Title: Remove Entry Header
Last modified: August 22, 2019

---

# Remove Entry Header

 *  Resolved [murilobertini](https://wordpress.org/support/users/murilobertini/)
 * (@murilobertini)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/remove-entry-header-3/)
 * How to remove the entry header (permalink) so the hero can start at the beginning
   of the page. Also could I put a menu in the hero section?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-entry-header-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Anthony Ledesma](https://wordpress.org/support/users/paranoia1906/)
 * (@paranoia1906)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/remove-entry-header-3/#post-11857961)
 * Hi [@murilobertini](https://wordpress.org/support/users/murilobertini/),
 * This request is really more theme related than CoBlocks related. In the default
   themes including Twenty Nineteen there is no native supported way to accomplish
   your request that I know of. I was able to get the display close to what you 
   describe by applying custom CSS to the theme to hide the header and permalinks
   and playing with margins. This is likely what you would need to do unless the
   theme you are using supports hiding those elements.
 * For the second request, there is no option to add a menu within a Hero block 
   but it is possible to add links either in the paragraph text of the Hero Block
   or using the Buttons of the Hero block.
 * Hope this helps.
 * Best regards,
 * Anthony
 *  Thread Starter [murilobertini](https://wordpress.org/support/users/murilobertini/)
 * (@murilobertini)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/remove-entry-header-3/#post-11858049)
 * Got it, but any chance to request this in the Coblocks theme?
 *  Plugin Author [Anthony Ledesma](https://wordpress.org/support/users/paranoia1906/)
 * (@paranoia1906)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/remove-entry-header-3/#post-11858210)
 * Hi [@murilobertini](https://wordpress.org/support/users/murilobertini/),
 * Try using this custom CSS under Appearance > Customize > Additional CSS. See 
   if this takes care of the issue for you.
 * .entry-title {
    display: none; } .site-header { display : none; } .entry-header{
   display: none; } .site-content { padding-top: 0px; } .wp-block-coblocks-hero {
   margin-top: 0% !important; }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Entry Header’ is closed to new replies.

 * ![](https://ps.w.org/coblocks/assets/icon-256x256.jpg?rev=2243972)
 * [Page Builder Gutenberg Blocks – CoBlocks](https://wordpress.org/plugins/coblocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/coblocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/coblocks/)
 * [Active Topics](https://wordpress.org/support/plugin/coblocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/coblocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/coblocks/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 3 replies
 * 2 participants
 * Last reply from: [Anthony Ledesma](https://wordpress.org/support/users/paranoia1906/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/remove-entry-header-3/#post-11858210)
 * Status: resolved