Change colour of social icons
- The topic ‘Change colour of social icons’ is closed to new replies.
Need help? Check out our Support site, then
Hi, how can I change the colour of social icons from black to one I use in my theme customisation? Preferably #28166f, thank you.
The blog I need help with is: (visible only to logged in users)
Hello there,
yes, try this CSS:
ul.menu-social li a {
color: #28166f;
}
Please let me know if it doesn’t work.
Thank you!
Ricardo P.
Hi, unfortunately, that doesn’t change anything…
Hello there.
Do you need to change the social icon under the site title? Then try this:
#page .image-header ul.menu-social li a {
color: #28166f;
}
If it does not work, could you please publish your website in order to test the code in your website?
Thank you!
Ricardo P.