Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1396018

    Hi,

    I built a website with enfold to rent our Seminarrooms. I choose a the Enfold Red theme because it matches perfectly with our main sites.

    Now I have the problem that the availability table is also shown in different reds.

    Can somebody tell me the css to change these to different greens?

    https://seminarraum-muenchen.org/produkt/seminarraeume-in-muenchen-zu-vermieten/

    So I have the actual date – dark red, a hover color over the dates: a milky red, a selected date is dark red too and booked dates are shown in white which is ok.
    Can somebody tell my the css to change the colors in the table.

    Thank you very much!

    Frank

    #1396075

    Hi Frank,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .main_color .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
        background: green !important;
    }
    
    .main_color .wc-bookings-date-picker .ui-datepicker td.bookable a {
        background-color: yellow !important;
    }

    Best regards,
    Rikard

    #1396097

    Hi,

    thanks a lot, almost perfect. Can you tell me the code for changing the selected date too? Now I have everything in green but when I select a date its still red. How can I change this color too?

    Thanks a lot for your perfect support as usual!
    Thanks
    Frank

    #1396126

    Hi Frank,

    Please try to add this CSS code:

    #top .main_color .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day .ui-state-active {
        background: green !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1396154

    Hi,

    we are almost there. The first selected date is now green, but the date range still red. You have to select two or more days to see this. Any more ideas?

    Thanks a lot
    Frank

    #1396178

    Hi Frank,

    Can you try adding this as well:

    #top .main_color .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
        background-color: green !important;
    }

    Best regards,
    Nikko

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