Hi
Under the wording of upcoming events there is a white box
This used to have the day of the month in it in a grey text. This has now gone after making tweaks to the site colour
Can anyone advise which element that this relates to please so I can change it back - cant seem to find it
Thanks
Comments
do you mean to change background color of that box or text inside? Because it's a plugin's element, you can change it's color with extra css only:
.tribe-events-list-separator-month span { background: #000 !important; color: #FFF !important; }