Hi,
I have changed the social icon colour to white for my transparent header and also for when I am scrolling down the page.
https://prnt.sc/rc7lna
This has also changed the social icon colour in the ‘social share button’ from black to white also (for Facebook, Instagram and Twitter that I changed).
I need the ‘social share button’ to have them as black as standard.
https://prnt.sc/rc7nyu
Please advise how I can do this.
Hey Christopher,
Could you post a link to your site so that we can have a closer look please?
Best regards,
Rikard
Sure, just go to mlhentertainments.com and you’ll see them on the homepage.
Then when you go into the acts section, all of the available acts have the social share option there and you’ll see them in white as in the screenshot.
Thanks
Hi,
Add this to quick css:
.av-share-box li a{
color:#000!important;
}
.av-share-box li a:hover{
color:#fff!important;
}
Best regards,
Jordan Shannon