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

    Ahoy,

    I’m trying to change the button color for non hover on my homepage with this code but it doesn’t seem to work. I looked at the inspector and enfold threads and can’t figure out why. Perhaps you can help? The hover is fine.

    #top.home #full_slider_1 .avia-slideshow-button-2 {
        color: #92d0eb;
        boarder: none
    }
    #895880

    I solved this issue with the following

    #top.home #full_slider_1 .avia-slideshow-button-2{
        background-color: #8bcce8;
        color: white;
        border: none;
    }

    No need for help

    #895919

    Hi,

    I’m glad you got this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fullwidth Slider Button Color CSS Not Working’ is closed to new replies.