The details, organizer, and venues containers/fonts are very small - default css is title to be h3
? - Todd
This is also happening in the business directory - are they inheriting a container css
Thanks- Again - Todd
Hello Todd,
Thanks for posting in! The event detail font size were inherited from the Events calendar default css. If you wish to adjust the font size to a little bit bigger, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r) or in the customizer, Appearance > Customize > Custom > Edit GLOBAL CSS
.single-tribe_events .tribe-events-event-meta {
font-size: 20px;
}
Hope this helps. Please let us know how it goes.
Thanks RueNel - but doesn’t work.
Hello There,
The code is not working because it has been affected by the broken css you added in the customizer.
For best css practice, please have your code indented to clearly see the syntax and easily check the brackets. For example;
element {
// your styling
}
#element-ID {
// your styling
}
.element-class {
// your styling
}
@media(max-width: xx){
element {
// your styling
}
}
Hope this helps.
Thanks- that helped- Todd
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.