Events List Font Size

Home Forums Calendar Products Events Calendar PRO Events List Font Size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #937877
    Jason
    Participant

    Hello,

    I am writing on behalf of my client, Jason Steffen, who I am logged in under. I have read other posts about changing the font size of the events list in a sidebar widget. I have installed the style sheet snipet per one post that thought that might be an issue, and have tried installing some CSS changes via Custom CSS, such as:
    .tribe-events-adv-list-widget ol li {
    border-bottom: 1px solid black;
    }

    .tribe-events-adv-list-widget ol li h2 {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    padding-bottom: 0px;
    }

    but see no change to the actual style. Any help you could provide would be appreciated. Here is an example of a page we are trying to fix the events list on: http://f73.937.myftpupload.com/men/

    #938149
    Geoff
    Member

    Hey there–welcome back to the forums. 🙂

    It looks like the font size is coming from one of your theme’s classes, specifically #theme-page h2.

    You can change that size using something like:

    #theme-page h2 {
    font-size: 15px; /* or whatever size */
    }

    Or, if you don’t want that to change everywhere on your site, then you can declare this instead:

    .tribe-mini-calendar-event .list-info h2 {
    font-size: 15px !important; /* or whatever size */
    }

    Cheers!
    Geoff

    #940015
    Geoff
    Member

    Hey there, Jason! This thread’s been quiet for a couple of weeks, so I’m going to go ahead and close it. Please feel free to start a new one if anything else comes up and we’d be happy to help out. 🙂

    Cheers!
    Geoff

    #988121
    Leah
    Member

    Hi there,

    We wanted to check in here and update you on our progress. Although we weren’t able to address your issue in our upcoming release (3.11) we do still have it on our radar. Thank you for your patience while we continue working on a fix for the problem you reported. We will do our best to keep you posted when we have a solution in place. In the meantime, if you need help or find that the issue you reported here is no longer a problem, please feel free to start another thread.

    Thanks again for your patience and understanding!

    Cheers,
    Leah
    and the rest of The Events Calendar team

    #1034000
    Geoff
    Member

    Hey there,

    Just poking in to let you know that this issue has been resolved and a patch will be included in Version 4.0. We expect that to release sometime today so please do keep you eyes peeled and feel free to let us know if have any other questions after updating.

    Thanks for your patience while we figured this out!

    Geoff

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Events List Font Size’ is closed to new replies.