Tagged: plugin, the events calendar, widget area
Hi. I would like to know how I could customise the appearance of widget areas…specifically the Events Calendar I have added on the page (under ‘WHAT….?’). As you see the title is not centred and I would possibly like to add a background colour to it, change font size & padding. Any help would be greatly appreciated. Thank you.
Hey evdesignstudio!
I’m not sure exactly what you want it to look like but you can try the following in Quick CSS:
#tribe-events-list-widget-2 .entry-title {
text-align: center;
}
#tribe-events-list-widget-2 {
background-color: yellow;
padding: 10px;
}
Regards,
Rikard
Thank you so much!
That did the job! :-)