Upcoming Events Widget
The topic ‘Upcoming Events Widget’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Is there a way to adjust which info in the “upcoming events” widget shows up bold. I’d like to event title to be bold instead of the location.
I do have the full css update package
The blog I need help with is: dickinsoncountynaturecenter.com
Hi berkbedell,
Yup, please add the following to your Custom CSS:
.widget_upcoming_events_widget .event-summary {
font-weight: bold;
}
.widget_upcoming_events_widget .event-location {
font-weight: normal;
}
Kind Regards,
Scott
The topic ‘Upcoming Events Widget’ is closed to new replies.