• Resolved lastchroma

    (@lastchroma)


    Hello,

    I want to setup a new page using onepress but cant figure out how to remove the page title bar from my pages. By “page title bar” I mean the page title below the menu as well as the bread crumbs as shown here: https://demos.famethemes.com/onepress/shop/

    When I just remove the “page-header” section from “template-fullwidth.php” it won’t show sub pages of the top menu anymore. So this breaks the navigation.

    Really love this team and would like to create my page with it. Any idea or hint?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author FameThemes

    (@famethemes)

    Hi @lastchroma,

    please add this in Customize => Additional CSS :
    .page-header , .breadcrumbs { display : none; }

    Let me know!

    Thread Starter lastchroma

    (@lastchroma)

    Thanks, finally solved it as following using the custom css section

    /*
    You can add your own CSS here.

    Click the help icon above to learn more.
    */

    .page-header {
    display: none;
    }

    #primary {
    padding-bottom: 40px;
    padding-top: 0px;
    }

    #masthead.site-header {
    z-index: 1000;
    }

    the “#masthead-site-header” is neccesary. Otherwise the hero slider will overlap subentires of the top menu. Thanks again!

    Thread Starter lastchroma

    (@lastchroma)

    Resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I get rid of the page title bar?’ is closed to new replies.