Remove #title-area

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6047
    cyberdisc
    Member

    Hello,

    I have experience making pages with CSS and HTML, but I’m completely new to WP. I tried looking for an answer to this using keywords and the find option of chrome with your documentation and also some google searches but nada. I saw another forum entry that dealt with this same element but I didn’t really understand what you guys said; again, I’m completely new to WP.

    I would like to remove that repetitive blue box that displays the page title below the menu. I tried using custom CSS to hide visibility but it still leaves padding space behind.

    Thanks!

    #6082
    Nexus
    Moderator

    Putting the below code

     #title-area { display: none; } 

    in the custom css of theme options does the trick for me. Let me know whether it works for you. Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Squash Theme Support’ is closed to new topics and replies.