Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #208617

    Is there a way to use icon fonts with the image overlay effect?

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: 'Buy Now!';
    font-family: 'entypo-fontello';
    }

    I’m aware of this code, but how do I use the icon fonts?
    thanks

    #208696

    Anyone???

    #208886

    Hey!

    You must replace “Buy Now!” with the icon font character code. The easiest way to get the char code is to use the “icon shortcode” window and then hover over the icons and read the tooltip ( http://www.screenr.com/MYsN ). You can ignore the \u prefix but you need to copy/remember the eXXX code and then insert it into your stylesheet/css code.

    Cheers!
    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Image overlay with icon fonts?’ is closed to new replies.