customizing calendar
I simply want to customize the background color of the wp-calendar to my site color, #083f00, but using custom CSS does not change the number part of the calendar. What do I need to do?
I added this custom CSS:
#mycalendar tbody, tr, td {
background: #083f00;
}
But the calendar remains grey.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Violet
Your CSS snippet is correct but gets overridden by the defaults. If you change it to this then it should work
#mycalendar tbody, tr, td { background: #083f00 !important; }Let us know how you get on
Magus
Many thanks, Magus! I saw the “!important” on other posts and foolishly assumed it was not important. Wrong! It works.
Hi Violet
Am glad you are making progress there :-)
Always feel free to open a new thread whenever you require support
@Magus much appreciated
Cheers
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.