Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #334557

    Hi guys,

    Is it possible to change the default grey color of social icons in the header and in the socket?

    There is no way I can do that by going into Enfold styling options.

    I would like to make them white, instead of grey, so they can be seen both in my header and socket.

    Thanks,

    Antonio

    #334629

    Hey Antonio!

    Try adding this code to the Quick CSS:

    #header .social_bookmarks a {
        color: white;
    }

    Cheers! 
    Josue

    #334726
    This reply has been marked as private.
    #335166

    Hi!

    Please add following code to Quick CSS

    .social_bookmarks a {
    color: white!important;
    }
    .header-scrolled .social_bookmarks a {
    color: #888!important;
    }

    Regards,
    Yigit

    #335194

    Awesome Yigit! It worked!
    Which code do I need to make the same exact thing for the header menu links?

    That is, white upon loading and grey upon scroll?

    Antonio

    #335237

    Hey!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and for transparent header, please go to Enfold theme options > Header > Transparency Options

    Regards,
    Yigit

    #335272

    Thank you so much, you rock!

    Regards,

    Antonio

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Can't change social icons default grey color’ is closed to new replies.