Home › Forums › Calendar Products › Events Calendar PRO › Events List Font Size
- This topic has 4 replies, 3 voices, and was last updated 10 years, 5 months ago by
Geoff.
-
AuthorPosts
-
January 26, 2015 at 6:12 pm #937877
Jason
ParticipantHello,
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/
January 27, 2015 at 9:28 am #938149Geoff
MemberHey 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!
GeoffFebruary 4, 2015 at 10:02 am #940015Geoff
MemberHey 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!
GeoffJuly 20, 2015 at 1:29 pm #988121Leah
MemberHi 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 teamDecember 2, 2015 at 11:05 am #1034000Geoff
MemberHey 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
-
AuthorPosts
- The topic ‘Events List Font Size’ is closed to new replies.
