Hide / Remove Page Title

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24830
    wyanicelly
    Member

    Hello,

    How can I remove the “Title Name” from the pages ?

    I´m Using an Image like Title Background, the problem is that the Name of the page is showed on the Image so, it looks bad in that way. I tried to remove the title with the option “REMOVE TITLE HEADER” , but this option remove the Image Title too.

    Thanks

    #24841
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .page-id-11496 #title-area h1 {
        display: none;
    }
    
    #24847
    wyanicelly
    Member

    Thanks, that help me alot.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide / Remove Page Title’ is closed to new replies.