Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #814371

    Hi there,

    I would like change the color of social network icons in the secondary menu.
    1) At this moment they are green but I would like to put them in white.
    2) The cases of each social network icon use differents colors when you pass the mouse over it. I would like to change these colors and put them all green.

    I’m using wordpress in local with wamp.

    Thank you in advance.

    #814407

    Hey micropoleinstitut,

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

    .header_color .social_bookmarks a {color:white !important;}
    .header_color .social_bookmarks a:hover {color:green !important;}

    Please let us know if you need further help!

    Best regards,
    Sarah

    • This reply was modified 7 years, 4 months ago by Sarah.
    #814475

    It does not work. Do you have an idea ? ( I’m utilizing the transparency header)

    Thanks

    #814508

    Hi,

    Can you try adding the !important rule? I’ve updated the code in my previous reply to reflect that change.

    Best regards,
    Sarah

    #814518

    I don’t actually understand what you mean sorry.

    Best regards,

    #814530

    Hey!

    Please try using the code as following

    #header .social_bookmarks a {color:white !important;}
    #header .social_bookmarks a:hover {color:green !important;}

    Cheers!
    Yigit

    #814539

    Hey,

    It does not work again, I succed to change the color in white directly in general style but the cases of each social network icon use always the default color.

    View post on imgur.com

    Thank you in advance.
    Cheers

    #814602

    Hi,

    Ah, I see! Please try this code instead:

    #header .social_bookmarks a {color:white !important;}
    #header .social_bookmarks a:hover {color:green !important; background:none !important;}

    Best regards,
    Sarah

    #814618

    Hi,

    Sorry it doesn’t work then… It is strange.

    Best regards,

    #814625

    Hi,

    That’s strange indeed. Did you also clear the cache when you made the changes? Did you try putting the CSS in the child theme’s style.css file?

    The code we gave you should work. You can also try this:

    #top #wrap_all .av-social-link-facebook:hover a,
    #top #wrap_all .av-social-link-twitter:hover a,
    #top #wrap_all .av-social-link-linkedin:hover a,
    #top #wrap_all .av-social-link-youtube:hover a {
       color:green !important; background:none !important;
    }

    Let us know if that helps.

    Best regards,
    Sarah

    #814864

    Hey,

    It changed the font color of the letter of the social networks when I move the mouse over.

    View post on imgur.com

    But I want only the case in green when i move the mouse over. Like this photo

    View post on imgur.com

    Thank you very much
    Best regards,

    #814948

    Hi,

    The code Sarah posted should do exactly that. I suspect there might be some error in your custom CSS code.
    Please let us know when you website is accessible so we can look into it :)

    Best regards,
    Yigit

    #814964

    Hi,

    Ok, no problem. Thank you

    Best regards,

    #814965

    Hi!

    You are welcome! We will keep the thread open and wait to hear from you. Thread will be on hold until you reply :)

    Regards,
    Yigit

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