Change the colour fo dates on the calendar?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1181721
    Daniel Gomez
    Participant

    Please can you advise on how to Change the colour of dates on the calendar? Both the numbers and the background hover square.

    Thanks,

    #1183086
    Andre Flores
    Moderator

    Hello Daniel,

    Add the following code under Appearance ->Customize ->Additional CSS:

    .datepick .datepick-month table td .mphb-check-in-date,
    .datepick .datepick-month table td .datepick-selected,
    .datepick .datepick-month table td .datepick-highlight {
    	background: #58a193;
    	color: #fff;
    }

    Replace #58a193 and #fff with desired colors to change the background hover and date number color.

    Regards,
    Andre

    #1183365
    Daniel Gomez
    Participant

    Great, thanks !

    #1185457
    Andre Flores
    Moderator

    You are most welcome. It would be very much appreciated if you share your positive feedback about the Albatross theme at: https://motopress.com/products/albatross/#edd-reviews-respond.

    Thank you in advance!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.