Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1272251
    cmdev
    Participant

    How do you remove the page title from the POSTS?
    The code i used to remove from a page doesn’t work.

    View:
    http://beta.triflight.com/2016/cornerstone-draft/

    #1272271
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .single-post .entry-header {
      display: none;
    }

    Cheers!

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