• joeguam

    (@joeguam)


    Hello,

    This should be really easy but I can’t seem figure it out. I’m running WordPress 4.4.2 with the Precious Lite Pro theme: https://www.joeguam.com/bookings

    I can’t seem to figure out where to change the colors. I know how to enter the code in the CSS file, however, between the plugin and the theme files, I can’t seem to figure out which file is controlling the calendar colors.

    Can someone tell me where to find this specific piece of code?

    If you notice the calendar on my link, the current day is highlighted gray, however the day of the month is also gray, so you can’t see anything.

    Thanks in advance.


    Joe

    https://www.ads-software.com/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ganesh Paygude

    (@ganeshpaygude)

    Can you Please put the below code in your theme style.css file
    :

    table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    color: #FD7E29!important;
    }
    change color code as you want.

    Thread Starter joeguam

    (@joeguam)

    Wow, thanks ganeshpaygude, that worked.

    I feel really dumb now. I had been searching and searching for the “table.em-calendar” code in all the files and couldn’t find it. Meanwhile, I just needed to add it myself. Ugh.

    Thank you for your assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble changing calendar colors…’ is closed to new replies.