• Resolved TheMarshmallow

    (@themarshmallow)


    Hey everyone,

    I already searched through the CSS configurations, but couldn’t find anything to solve this little Problem. I’m not that into code, so maybe I just overread it.

    Is there any possibilty to Change the color of the booked dates from this very bright red? And if so, how?

    P.S. Thank you very much Jan, very nice plugin

    https://www.ads-software.com/plugins/jm-avail-booking/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Jan Maat

    (@jan-maat)

    Hi,
    One way is to place at the top of the post with the calendar the following:

    <style type="text/css">
    <!--
    .cal_post {
    background-color:#00f;
    }
    -->
    </style>

    With this added the color changes to blue.

    Regards,

    Jan

    Thread Starter TheMarshmallow

    (@themarshmallow)

    Thank you very much. That’s quite easy – even I can make it work!
    additonal Question – is it also possible/that easy to change the color of the text just for the marked fields?

    Best regards, thank you so much!

    Plugin Contributor Jan Maat

    (@jan-maat)

    Hi,

    Yes it is.

    <style type=”text/css”>
    <!–
    .cal_post {
    background-color:#00f;
    color:#f00;
    }
    –>
    </style>
    Regards,

    Jan

    Thread Starter TheMarshmallow

    (@themarshmallow)

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Color Of Booked Dates’ is closed to new replies.