Okay
  Public Ticket #995490
Blog Icon CSS Code Needed
Closed

Comments

  • Lizzie started the conversation

    Hi Yili,

    I would like to change the icon on the blog feed of my home & blog pages (the icon on the feature images of blog posts) from the eye & the hyperlink icons to the plane from awesome fonts which I have managed to do on my other pages.

    Are you able to provide the CSS code for me to insert to accomplish this please.

    Thanks in advance.

  • [deleted] replied

    Hi Lizzie,

    This question is a request of customization, and if you haven't read on our documentation site, we don't offer customization services.

    But i will try to help you on this question only:

    Can you please add the code below to Custom CSS

    .icon-basic-link:before {
        font-family: FontAwesome !important;
        content: "\f099" !important;
    }
    .icon-basic-eye:before {
        font-family: FontAwesome !important;
        content: "\f118" !important;
    }
    

    To use your prefered icon please refer font-awesome and copy the code of your prefered icon http://drops.laborator.co/YTof