How to get rid of title and search bar in a page?

  • Posted in : Responsy WP
  • Fabien
    Participant

    Hi there, loving the theme! I am trying to build a very simple one page web site for my company. I created a Full-widht page and add a tagline at the top. How can i get rid of the title and that search field at the top of the page? it consumes space that I need.

    http://67.159.1.22

    Thx!

    Fabien
    Participant

    I found a solution but don’T know if it is the right way of doing it… I opened the full-widht php page in editor and simply get rid of the header. There must be a less drastic way?

    Mehmet S.
    Keymaster

    Paste to Theme Settings > Style > Custom CSS:

    .template-name-full-width-page .page-header
    {
    display: none;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Responsy WP’ is closed to new topics and replies.