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?
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;
}
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