This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

customizing calendar

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Daniel 10 years ago

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.

URL: http://www.esl-studio.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Magus Staff 10 years, 10 months ago

    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

  2. Violet Long 10 years, 10 months ago

    Many thanks, Magus! I saw the “!important” on other posts and foolishly assumed it was not important. Wrong! It works.

  3. Daniel Staff 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread