Hi,
The youtube icon display seems incorrect. It's blue in colour, like facebook.
Cheers
Cherry
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
Please add the code below into Custom CSS Code in Theme Setting
a.socialico-youtube:before {
border-color: #1a92bd;
}
a.socialico-youtube:hover:before {
background-color: #1a92bd;
}
#1a92bd; is the color, you can replace with your favorite one
Regards,