Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1234365
    Suzanne S
    Participant

    How do I remove the title and space above from an Individual Post not all posts?

    Here is the url I am talking about. I have it set for full width but there is lots of space about the title. I would like the title and the extra space removed.

    http://www.howtostartworkingathome.com/marketing/what-is-affiliate-marketing-and-how-does-it-work/

    thank you

    Suzanne

    #1234440
    Lely
    Moderator

    Hi Suzanne,

    Upon checking, the extra space above the title is because of the following custom CSS:

    .x-main.full {
        margin-top: 166px !important;
    }

    If you’re using that code on other page, we can add the following:

    .single-post .x-main.full {
        margin-top: 0 !important;
    }

    To hide the title, please use this:

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

    Hope this helps.

    #1234547
    Suzanne S
    Participant

    Brilliant…thank you for your fast response 🙂

    #1234590
    Lely
    Moderator

    You’re welcome Suzanne!

    Cheers!

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