Dear Kriesi,
The colour scheme of the whole width button on the page as indicated below, is not taking over the usual button colour codes. Instead it turns white on hove over.
How to change this?
Thanks,
Raphael
Hi eKMUch!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-fullscreen-button .avia-button-fullwidth:hover * {
color: red;
}
Best regards,
Yigit
Dear Yigit,
Thank you for the help. It worked, however only until I’ve put the button into a 1/1 element as recommended in this support ticket: https://kriesi.at/support/topic/sidebar-not-showing-3/#post-619540
No the Button is again white on mouseover. Any idea on what to do?
Thanks,
Raphael
Hi,
Thank you for the info. You can change the hover color with this:
#top .avia-button-fullwidth:hover .avia-color-theme-color-subtle {
background-color: blue !important;
}
#top .avia-button-fullwidth:hover {
color: black !important;
}
Adjust the color values as needed.
Best regards,
Ismael
Perfect thank you :)