Tagged: 

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

    Hello,

    Your theme is really great. I just have a little problem with social icons in header. There is a background color only when i put my mouse over the button. Is it possible to have always the background color ? Actually, i wouldn’t like to have the hover effect …

    Could you help me ?

    Thanks a lot

    #402179

    Hi nbermond!

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

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

    Regards,
    Yigit

    #402428

    It works !

    Thanks a lot :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Background social icon in header’ is closed to new replies.