social icons not showing
- The topic ‘social icons not showing’ is closed to new replies.
Need help? Check out our Support site, then
Hi, my social icons are not showing on my homepage. when I hover my cursor over where they should be the hand cursor shows and the link works correctly.. but you cannot see the icons
The blog I need help with is: (visible only to logged in users)
Hi there!
It looks like you have some custom colors which are changing the icons to white. Add the following to your Additional CSS menu under Customize. Make sure to place it after anything that’s already there.
.wp-social-link > a,
.wp-social-link > a:hover,
.wp-social-link > a:focus,
.wp-social-link > a:active,
.wp-social-link > a:visited {
color: #222;
}
That should solve it!
Sonia