• Resolved supjamquest

    (@supjamquest)


    Hello,
    I am trying to find a way to remove the page title Hero text AND the outline, it overlaps the header image and I wish to remove it.
    I can remove the text with
    .page-title {
    display: none;
    }
    I need to remove the outline as well, any help greatly appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello supjamquest,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .page-title-container {
        display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter supjamquest

    (@supjamquest)

    Hello,
    Thanks for the quick response. Unfortunately that title container code does similar to the title code they both take away the text but there is still the hero outline or border line over the header image. Both code shrink the header image as well. Any thoughts? Thanks

    @supjamquest

    I’m not entirely sure. The CSS code I’ve supplied above should do what you need it to as I’ve tested and am not seeing the issue you are describing.

    Evan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Hero page title text AND outline?’ is closed to new replies.