Change colour of social media buttons (across entire site)
-
I can not for the life of me work out how to change the colour of the social media buttons I currently have displayed on my coming soon page – https://recoverluxe.com.au/comingsoon/
I want them to be #574b49 (they’re currently displaying as white)
If you can also provide code where I can enter the colour I’d like for hover that would be amazing.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.page-id-6861 .wd-social-icons.icons-size-default .wd-icon::before {
color: #574b49;
}
Best Regards