• Resolved murilobertini

    (@murilobertini)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Anthony Ledesma

    (@paranoia1906)

    Hi @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

    (@murilobertini)

    Got it, but any chance to request this in the Coblocks theme?

    Plugin Author Anthony Ledesma

    (@paranoia1906)

    Hi @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.