-
AuthorPosts
-
June 29, 2017 at 12:05 pm #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.
June 29, 2017 at 12:44 pm #814407Hey 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.
June 29, 2017 at 1:58 pm #814475It does not work. Do you have an idea ? ( I’m utilizing the transparency header)
Thanks
- This reply was modified 7 years, 4 months ago by micropoleinstitut.
June 29, 2017 at 3:04 pm #814508Hi,
Can you try adding the !important rule? I’ve updated the code in my previous reply to reflect that change.
Best regards,
SarahJune 29, 2017 at 3:12 pm #814518I don’t actually understand what you mean sorry.
Best regards,
June 29, 2017 at 3:26 pm #814530Hey!
Please try using the code as following
#header .social_bookmarks a {color:white !important;} #header .social_bookmarks a:hover {color:green !important;}
Cheers!
YigitJune 29, 2017 at 3:37 pm #814539Hey,
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.
Thank you in advance.
CheersJune 29, 2017 at 5:32 pm #814602Hi,
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,
SarahJune 29, 2017 at 6:02 pm #814618Hi,
Sorry it doesn’t work then… It is strange.
Best regards,
June 29, 2017 at 6:17 pm #814625Hi,
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,
SarahJune 30, 2017 at 9:00 am #814864Hey,
It changed the font color of the letter of the social networks when I move the mouse over.
But I want only the case in green when i move the mouse over. Like this photo
Thank you very much
Best regards,- This reply was modified 7 years, 4 months ago by micropoleinstitut.
June 30, 2017 at 1:33 pm #814948Hi,
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,
YigitJune 30, 2017 at 2:03 pm #814964Hi,
Ok, no problem. Thank you
Best regards,
June 30, 2017 at 2:04 pm #814965 -
AuthorPosts
- You must be logged in to reply to this topic.