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

    I would like to add a hover effect to the buttons on the datepicker. I would like the background to be #2c5b9c and the text to be white upon hover to match my other buttons. (See attached image) Thank you very much!

    #436563

    Hi djshortkut!

    Thank you for using Enfold.

    Use this in the Quick CSS field:

    .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button:hover {
      background: red;
      border: 1px solid black;
      color: pink;
    }

    Adjust the values.

    Cheers!
    Ismael

    #436750

    Resolved…thank you!

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