Change font on Single Event Title

Home Forums Calendar Products Events Calendar PRO Change font on Single Event Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1606694
    lakelandmom
    Participant

    I am trying to make the Event Title, Date, and Cost all look the same on the Single Event Page but can’t figure it out.

    Here is a sample event: http://lakelandmom.com/event/teen-scene-at-the-library/2018-08-28/

    I got the Date and Cost to look the same but can’t seem to override the font or weight for the title. This is the CSS I’m using:
    (trying to make these changes in Avada using CSS – I don’t have the skillset to edit the whole stylesheet)

    #wrapper .post-content h2.tribe-events-single-event-title {
    font-size: 22px;
    font-weight: 400;
    font-family:’Open Sans’!important;

    #1608155
    Sky
    Keymaster

    Hi there!

    Thanks for reaching out. I’d be happy to help with your question.

    It looks like in your CSS, the “.post-content” class doesn’t actually exist on the page in that order.

    If I remove that completely, it seems to work.

    So,


    #wrapper h2.tribe-events-single-event-title {
    // my styles
    }

    Let me know if that helps!

    Thanks,
    Sky

    #1608174
    lakelandmom
    Participant

    Thank you so much!! That did the trick.

    #1608828
    Sky
    Keymaster

    Hi again,

    Awesome! So glad that helped.

    Please let us know if you have any questions or issues in the future.

    Thanks,
    Sky

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change font on Single Event Title’ is closed to new replies.