Remove header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13258

    Hi there!

    I would like to remove the grey header area (e.g “About” in attached link) from each page. I have discovered the Custome Header Options, but there is no facility to remove it completely. Thanks in advance. http://www.sydneypahire.net.au/about-2/

    Cheers

    Andy

    #13279
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #title-area {
      display: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove header’ is closed to new replies.