Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1254862
    Mark
    Participant

    How do I remove the page icon (page with right corner folded) before the blog title ?

    See http://museums101.com/president-trump-museums/

    Thank you !

    #1255001
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    body.single.single-post .entry-title:before {
        content: " ";
    }

    Hope that helps.

    #1262722
    Mark
    Participant

    Sorry that didn’t work, please review my blog page
    http://museumcx.com/blog/

    Thank you !

    #1262903
    Joao
    Moderator

    Hi There,

    Please add the folowing code to Appereance > customizer > Custom > CSS

    .entry-title:before {
    display : none;
    }

    Hope it helps

    Joao

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