Tagged: x Author Posts October 28, 2016 at 2:07 am #1234365 Suzanne SParticipant 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 October 28, 2016 at 3:08 am #1234440 LelyModerator 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. October 28, 2016 at 4:22 am #1234547 Suzanne SParticipant Brilliant…thank you for your fast response 🙂 October 28, 2016 at 4:58 am #1234590 LelyModerator You’re welcome Suzanne! Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1234365 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In