Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1016568
    patrickweygoldt
    Participant

    Is there a way to hide the post title on every post? I just want to be more flexible designing the whole post page in the cornersone editor without haveíng a double headline

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

    #1016573
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .single-post h1.entry-title {
        display: none;
    }

    Hope it helps 🙂

    #1016584
    patrickweygoldt
    Participant

    Awesome, thanks 🙂

    #1016597
    Rahul
    Moderator

    You are welcome, Patrick!

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