Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #620193

    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

    #621438

    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

    #624768

    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

    #626144

    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

    #636875

    Perfect thank you :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Button Whole Width – Colour Scheme’ is closed to new replies.