I have read all the topics here and tried to follow directions to get my event text to show up larger with no avail. I added My Custom Css, plus I also can change the css within my theme. I am including a screen shot from my Mac Desktop. On a Windows PC you can barely see it.
Try this CSS for changing the styling to increase the font-size:
.ee-upcoming-events-widget-ul li { font-size: small }
If your theme has a Custom CSS area built-in, then you can add it there through your WP dashboard. Otherwise, if you are using a current version of WordPress then you could use the Customizer tool in Appearance –> Customize –> Additional CSS.
Afterwards, go back to your site and refresh the page to see the changes.
On the Event Grid, the font is extremely small on one part as well. I change the “font-size” in the widget, but nothing happens. Is there a snippet of code to fix this? Thanks
This is a guess because I’m not 100% sure if I’m looking at the right page on your site, but you can try adding this to your Custom CSS:
.footable ul li {
font-size: 14px;
font-size: 0.9rem;
}
Viewing 4 reply threads
The support post ‘Event Upcoming Widget Fonts Very Small’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.