• bjclay

    (@bjclay)


    Please help! How do I remove the white box in my header box. Neve theme.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • That white box is a 36px left border on the heading, and it’s coming from the following CSS code added in CSSHero:

    .nv-single-page-wrap .wp-block-cover__inner-container > .wp-block-heading {
        border-left-width: 36px;
        border-left-style: solid;
    }

    If you don’t need this border, then simply remove it?

Viewing 1 replies (of 1 total)
  • The topic ‘remove white box from block heading’ is closed to new replies.