Title Font Size on SIngle Event Page decreased in size.

Home Forums Calendar Products Events Calendar PRO Title Font Size on SIngle Event Page decreased in size.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1045486
    Linh
    Participant

    The font title used to be a lot bigger. 24+ points. After the last update, not sure what happened, the font title is now the same size as the paragraph font (11-12 pts only), on both sites i’m working on. Is there are way to fix this to revert back to the previous font size?

    #1045581
    Geoff
    Member

    Hey @Linh, thanks for getting in touch!

    Sounds like there might be a styling conflict with the theme. Try adding something like this to your style.css file or a plugin like Simple Custom CSS and let me know if it does the trick:

    .tribe-events-list .type-tribe_events h2 {
    font-size: 1.6em !important;
    }

    Thanks!
    Geoff

    #1045592
    Linh
    Participant

    Hi Geoff! Thanks for the quick response. I did as you suggested and added the code to the style.css file but font style is still the same. Here’s the link to the page.
    http://www.justforcanadiandentists.com/ce/botox-dermal-fillers-frontline-tmj-orofacial-pain/

    “Botox & Dermal Fillers & Frontline TMJ & Orofacial Pain” is still the same size.

    #1045606
    Linh
    Participant

    Nearly there…figured out the code given is for update to the h2 for the list/photo/map view.

    The single event view title uses a different code I’m guessing so the above code didn’t work. Sorry I’m not good with code, so don’t know what I should do next.

    #1045629
    Geoff
    Member

    No worries! Give this a try for the single event view:

    .tribe-events-single-event-title {
    font-size: 24px !important;
    }

    Cheers!
    Geoff

    #1045636
    Linh
    Participant

    You are a GENIUS! It worked! Thanks Geoff!

    #1045945
    Geoff
    Member

    My pleasure! Thanks again for reaching out and please feel free to hit us up with a new thread if any other questions pop up — we’d be happy to help. 🙂

    Geoff

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Title Font Size on SIngle Event Page decreased in size.’ is closed to new replies.