This topic has 4 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow
Hi, on vendor store page, there is e.g. Facebook link to their website.
Youtube link seems to now show the correct icon, looks like this: https://prnt.sc/136y6pa
Tips on how to fix please? This used to work earlier fine, but cannot say which release did no longer work.
Hello,
This is the issue of the Dokan plugin, not our theme issue because icon comes from Dokan plugin styles. Add the below code to child theme style.css to fix that
.fa-youtube-square:before {
content: "\f166" !important;
}
Regards
Thanks, I added that but did not see any change. Maybe the icon has gone missing or something..
Hello,
I don’t see that you added the code, only default one is there https://prnt.sc/1388eda
Did you clear the Cloudflare CDN cache and plugin cache after changes?
Regards
You must be logged in to reply to this topic.Log in/Sign up