Social buttons visualisation
-
Hi I added some vc blocks in a product description area and more social buttons too, as you can see in the screenshots, the visualisation of the buttons have some tick > > that it is showed. I check the code and I don’t why there is that symbols over the buttons.
Can you help me to discover the problem?
Many thanks
Regards.
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.social-icons > li:before {
display: none;
}
Regards
Thanks it works
Best Regards!
The topic ‘Social buttons visualisation’ is closed to new replies.