Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1208819
    eomedical
    Participant

    Hi,

    How can I remove the post meta and the “VIEW POST” rectangle for all the post on my blog index page?
    URL is http://www.mimisim.com

    Thanks & Best Regards,
    eomedical

    #1208848
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .featured-meta, .featured-view {
        display: none;
    }

    Hope that helps. 🙂

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