Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello,
    Please note, this fix is working for the premium-marine calendar skin.
    Also the Booked and Pending days in this skin have difference only in color of the text, not the background, so I am not sure how its good for you.

    So, please open this file ../booking/css/client.css
    find this code on line

    .datepick .date2approve, .datepick .date_approved {
      background: none repeat scroll 0 0 #E5E5E5;
      color: #AAAAAA;
      font-weight: bold;
    }

    and make this modifications:

    .datepick .date2approve, .datepick .date_approved {
        background: none repeat scroll 0 0 #E5E5E5;
        color: #E5E5E5 !important;
        font-weight: bold;
        text-shadow: none !important;
    }

    then add to the bottom of that file this code:

    .block_hints .block_free a {
        color: #778899 !important;
        margin: 0;
        text-shadow: none !important;
    }

    Is there a fix for booking calendar plugin, version 5.1?
    http://wordpress.org/plugins/booking/

    I am trying to remove the day from the status squares.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    No, you are need to make customization (which described here).
    The “today” day numbers are listing in the “legend” items. Some of the customers require this.
    Kind regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove the "day" from the status squares’ is closed to new replies.