Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #665007

    I would like to change the look of the datepicker buttons to match the rest of the buttons on my site. (See attachments)

    I would like them to have a 1px border #188ece with a transparent background and #188ece text color

    On hover I would like them to have a background color and border of #188ece and #ffffff text color

    • This topic was modified 7 years, 8 months ago by djshortkut.
    #665011

    Hi djshortkut!

    Please add following code to Quick CSS

    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button:hover {
        background: #188ece;
        color: white;
    }
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button {
        color: #188EDA;
        border-color: #188ece;
        background: transparent;
    }

    P.S.: Great looking site!

    Regards,
    Yigit

    #665090

    Thanks Yigit! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Datepicker Buttons’ is closed to new replies.