How do I change the rollover button color and text color for button 2? I can’t figure it out with the enfold master settings.
Hey mcraig77,
I don’t think there’s an option for that though you can set the Button 2 Color, but you can always use Quick CSS for that. Just add this css code (this will affect all button 2 on the fullscreen in homepage):
#top.home #full_slider_1 .avia-slideshow-button-2:hover {
background-color: blue;
color: white;
}
Just change the background color and font color. Hope this helps :)
Best regards,
Nikko
What about the button text color on non hover?
Hi,
You can use this code for that:
#top.home #full_slider_1 .avia-slideshow-button-2 {
color: green;
}
Just adjust the color.
Best regards,
Nikko
Thanks!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon