The Events Calendar

Posted in: Newspaper
Post count: 25

Hi! I am using The Events Calendar plugin in a widget on my website peekskillpost.net in the sidebar and the footer and I would like to apply custom CSS to it since it seems none of the settings in the Theme Fonts seem to modify them. Can you please tell me what the CSS code is for that?

Thanks!

Post count: 22421

Hello Christina,

You have to target the css class of the widget and add a font family to it like so:

.widget.tribe-events-list-widget *{font-family: sans-serif;}

.widget.widget_yelp_widget *{font-family: sans-serif;}

The * is a global selector for all elements.
U hope this helps
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.