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

    Hi there,

    How can I invert the social media icons in the menu in the top right corner?
    I would like to see the blue facebook icon by default and make it neutral on hover, in order to make it more recognizable by default.

    So it has to work in the opposite way, if possible.

    Thank you!

    #629435

    Hey vossenm,

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

    
    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b;
    }
    #top #wrap_all .av-social-link-mail a {
        color: #fff;
        background-color: #9fae37;
    }
    #top #wrap_all .av-social-link-mail:hover a, #top #wrap_all .av-social-link-facebook:hover a {
    color: #719430;
    }
    

    Best regards,
    Yigit

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