I’m trying to change the icons for the social media on the right side of the header. Nothing I’m trying seems to work (other forum posts haven’t seemed to work). I have 2 sites that I’m trying to implement this on.
I’m looking to have the icon in white with a yellow circle (background) around it.
Can you please help?
Hey sproutstudio,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #header .social_bookmarks li {
margin-left: 5px;
}
#top #header .social_bookmarks li a {
background: #f3cf3e;
color: white;
}
Hope it helps :)
Best regards,
Nikko
Yes! That worked great!!
Thank you!
If I also wanted to change the hover color, what would I do for that?
Hi,
You want to change the hover background color? What should it be changed to?
Best regards,
Jordan Shannon
Right, so when you hover the color could change to purple (instead of the yellow).
Currently, when you hover it changes to a different color based on which icon it is. I’m looking for them all to be consistent. So, for example, it has the yellow circle now and when hover they have a purple circle.
Hi,
I see, thanks for clearing that up. Please add the following to quick css:
.social_bookmarks a:hover{
background:purple!important;
}
Best regards,
Jordan Shannon