Change CSS on Single Event Listing

Home Forums Calendar Products Events Calendar PRO Change CSS on Single Event Listing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1327231
    Lindsey
    Participant

    I’m having trouble changing the font size on my event listing page. The date is larger than the event title. How do I update both of these? I’ve tried updating the CSS using:

    .single-tribe_events .tribe-events-single-event-title {
    font-size: 2.4em;
    line-height: 1;
    margin: 0;
    padding: 0;
    }

    But it doesn’t actually change anything.

    I tried altering the date with:
    .tribe-events-schedule h2 {
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    }

    Where am I going wrong?

    #1327284
    Geoff B.
    Member

    Good evening Lindsey and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    Both of these CSS rules look great.
    Can  you tell me where you are placing them ?

    Typically you add the CSS rules to your style.css file or in your Custom CSS metabox.

    Something else worth trying is adding the !important argument.
    Here is an example of that

    .single-tribe_events .tribe-events-single-event-title {
    font-size: 2.4em !important;
    }

    As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?

    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1327340
    Lindsey
    Participant

    This reply is private.

    #1327341
    Lindsey
    Participant

    This reply is private.

    #1327450
    Geoff B.
    Member

    This reply is private.

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