Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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.
Hi 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