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

    Hey there…
    Did I mention how awesome your theme is? I guess I have said it a thousand times!
    Your support is amazing, too!

    Just a question…when you add the social icons to the header, they change their colors when hovering.
    Any chance to have that color always on???

    Thanks! And happy Halloween!

    #344447

    Hi MMA_Impact!

    Open up /enfold/css/layout.css and starting on line 1110 you will see the CSS for the social icon hovers,

    #top #wrap_all .av-social-link-rss:hover a{color:#fff; background-color:#ffa133; }

    What you can do is remove the :hover part like so,

    #top #wrap_all .av-social-link-rss a{color:#fff; background-color:#ffa133; }

    Regards,
    Elliott

    #344554

    Thank you very much! I always appreciate the help I get in here!
    Outstanding! Thank you very much!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Keep the hover color always on / Social Icons in Header’ is closed to new replies.