• Resolved tamarabelt

    (@tamarabelt)


    Hi!

    I want to change the color of the button when the user hovers over it (it now turns green). How can I do that?

    I’ve used this css code to change the normal background color:

    .joinchat__button {
    background-color: #E2C778 }

    Thank you!

    Tamara

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Creame

    (@creapuntome)

    Hi, you need to add style for hover state of the button:

    .joinchat__button:hover {
      background-color: #cbac5c;
    }
    Plugin Contributor davidlillo

    (@davidlillo)

    After this time we will consider the incident closed. Best regards and thanks

    • This reply was modified 11 months, 1 week ago by davidlillo.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change background color when hovering’ is closed to new replies.