Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #427474

    Hi amazing people at Enfold,

    Could you please let me know if it’s possible to keep social media icons in thier more visible colours, like when you hover over them.

    For example – when you hover over Facebook it changes to blue – we’d like it blue permanently is possible. (For both head and footer icons)

    Thanks in advance

    #428154

    Hey markgibbons243!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field put the following and adjust the values as needed:

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

    The colors and classes for the icons you find at:
    enfold\css\layout.css line 1164ff

    Best regards,
    Günter

    #428197

    Amazing, thank you!

    #428306

    Hi!

    Glad I could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Best regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Icons More Visible’ is closed to new replies.