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

    I’ve tried using all the custom css suggestions but it’s not working to remove the grey overylay hover on top of the social medai icons up top. Can you please give me the right css to remove? Here’s the site below in the private area. I need them to look their default colors. Thanks.

    • This topic was modified 8 years, 9 months ago by yes9310.
    #571644

    Hi yes9310!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter a {
        color: #fff;
        background-color: #46d4fe;
    }

    Cheers!
    Yigit

    #571686

    Hi Yigit,

    Thanks!

    • This reply was modified 8 years, 9 months ago by yes9310.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing Gray obverlay on social media icons’ is closed to new replies.