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

    hello
    where can i change the background colour of button on mouse over? Is it in settings or do i need to add custom css?

    #587245

    Hello digitall,

    you can use that code *** on Enfold > Quick CSS or if you use any custom css plugin.

    The button hover change default only opacity.
    .avia-button:hover {
    opacity: 0.9;
    }

    *** If you want to change background color use that:

    .avia-button:hover {
    opacity: 0.9;
    background: #ff0000 !important;
    }

    • This reply was modified 8 years, 10 months ago by Isakos-Soft.
    #587305

    Hey!

    Please refer to @isakos-soft’s post and if that does not help, please post the link to your page where you would like to make the changes.

    @isakos-soft
    Thanks! :)

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.