Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #884025

    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.

    #884862

    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

    #885769

    What about the button text color on non hover?

    #886024

    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

    #886228

    Thanks!

    #886273

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘fullwidth easy slider button Colors’ is closed to new replies.