Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1016588
    patrickweygoldt
    Participant

    Hey, i want to have the page where my different posts appear without the “The Blog” heading, hoever when i check disable blog page title in the edit tab and update nothing happens… any advice?

    URL: http://www.weygoldt.com/blog/

    #1016598
    Rahul
    Moderator

    Hey there,

    Just add the following custom CSS :

    .p-landmark-sub, .p-meta, input, button, select, textarea {
        display: none;
    }
    
    .h-landmark {
        display: none;
    }

    I am sure that’ll help 🙂

    Thanks!

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