Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234115

    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.

    #234233

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.