Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #647908

    Hello,

    i got a issue with http://dev.foxfiredev.net/wie/?p=3462 where i am trying to let the fullwidth button run with the theme subtil color for hover.
    If i set a specific hover color it works like you can see at the 3. button, but for the first and second the general enfold styling config seems to give it a white hover color.

    I tried any changes at the general styling like Main-Content -> Alternate Background color and so on without the wished result.
    If i change the Alternate Background color to blue at example it shows blue for a very very short period and then switches to white again on hover.

    I am running the most recent Version of the Theme.

    #649187

    Hey Etix,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-button.avia-button-fullwidth.avia-color-theme-color:hover .avia_button_background {
        background: #7bb0e7;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.