Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1239613
    timothyyoungs
    Participant

    Is it possible to add my own custom icon in place of the default blog post icon (the little grey page icon) to the left of the post tile?

    Thanks!

    #1239733
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Yes this is possible with custom CSS. Please add the following code in your Child Theme’s style.css:

    .single-post .entry-title:before {
        content: "\f083" !important;
    }

    You can find the icon codes from here http://fontawesome.io/cheatsheet/

    Hope this helps!

    #1247741
    timothyyoungs
    Participant

    Perfect. Thank you!

    #1247814
    Jade
    Moderator

    You’re welcome!

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