• Resolved johanna75

    (@johanna75)


    Hi !
    First thanks a lot for your perfect plugin!

    I need to change the BLACK background header of the calendar (where month and year are).
    And same question for the background time slot (actually dark grey)

    Where can i do that ?
    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    To change the alendar header row color, add the following style into the CSS customization area:

    #fbuilder .ui-datepicker-header { background:#6cc72b ;color:#444; text-shadow:none}

    Add the styles into the “Appointment Hour Booking >> General Settings >> Edit Styles” area.

    To change the background of time-slots check the instructions in the following FAQ entry:

    https://apphourbooking.dwbooster.com/faq#q224

    The “Design” section of the FAQ contains info about other visual modifications:

    https://apphourbooking.dwbooster.com/faq#design

    Thank you for using the plugin!

    Thread Starter johanna75

    (@johanna75)

    Perfect
    thanks a lot !

    Thread Starter johanna75

    (@johanna75)

    Just a detail can’t set the background of the available slot.
    This code do not include the background (actually a dark grey) :
    #fbuilder .slots{background:#FFFF;box-shadow:none}
    #fbuilder .slots div{border:0px}
    #fbuilder .slots div a{background:#76b5a7;color:#76b5a7}

    Plugin Author codepeople

    (@codepeople)

    Him

    Could you indicate the address of the page to check in detail the styles affecting the booking form?

    If you prefer to share the address of the page in a non-public message you can send the message using the following contact form: https://apphourbooking.dwbooster.com/contact-us

    Thank you for using the plugin!

    Thread Starter johanna75

    (@johanna75)

    https://sophrologue-pertuis.com/prise-de-rendez-vous/

    Want to change the dark background grey of time slot.
    Regards

    Plugin Author codepeople

    (@codepeople)

    Add the following style into the CSS customization area:

    #fbuilder .slots div a{background:#76b5a7 !important;color:#333 !important;}

    Add the styles into the “Appointment Hour Booking >> General Settings >> Edit Styles” area.

    Thank you for using the plugin!

    Thread Starter johanna75

    (@johanna75)

    perfect!
    thanks a lot

    (If you have the ability to erase the website url in the previous post it will be great)

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

The topic ‘calendar date header color’ is closed to new replies.