Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1041327
    fj2015
    Participant

    How can I change the entry icons that appear in the blog post list? Using the renew stack.

    #1041631
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .format-standard .entry-title:before{
    	content:"\f001"
    }
    .format-video .entry-title:before{
    	content:"\f001"
    }
    .format-audio .entry-title:before{
    	content:"\f001"
    }
    .format-quote .entry-title:before {
        content: "\f001";
    }
    .format-image .entry-title:before {
        content: "\f001";
    }
    .format-gallery .entry-title:before {
        content: "\f001";
    }

    You can replace the f001 with the cheatsheet code on this link: http://fortawesome.github.io/Font-Awesome/cheatsheet/.

    Hope it helps 🙂

    #1042979
    fj2015
    Participant

    Thanks!

    #1043312
    Joao
    Moderator

    You are welcome.

    Let us know if we can help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1041327 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>