Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter surfmen

    (@surfmen)

    Plugin Author SPBooking.com

    (@sp-bookingcom)

    Hi surfman,

    it seems “select” tag ( the drop down menu for dates )is inheriting a style from the blog.

    In your style , soon after this:

    button, input, optgroup, select, textarea {
        color: inherit;
    }

    you could place :

    #b_checkin_day, #b_checkout_day, #b_checkin_month, #b_checkout_month {
        color: #333 !important;
    }

    to override the unwanted colour.

    #333 is just an example, you can use whatever colour fits your need ( although #333 is pretty according to us 🙂

    Please let us know!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Field calendar colour error’ is closed to new replies.