I want to change the icon (circle and arrow: http://bchomeusa.com/brittocharette/portfolio/) to a rounded corner customized icon I generated in photoshop. How do I do that?
Thank you.
Hi vcoronel!
You can upload your icon in Media > Library then copy its URL and add following code to Quick CSS and change the url to your icon
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: url(https://yourwebsite.com/icon.png);
font-family: 'entypo-fontello';
}
Best regards,
Yigit