Remove header within page

Support Area Forums Responsive Visual Remove header within page

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #8775
    Marjorie Cohen
    Participant

    Hi, I’m not sure of the correct terminology, but is there any way to remove the header within the text? For example, the “Synopsis” section of my website also reads Synopsis within the text.

    http://www.mynameisvivienne.com/synopsis/

    #8778
    Bill Robbins
    Moderator

    Marjorie,

    Great question. You can remove the page title if you’d like to. Here’s how.

    1. Go to the Theme Options page and choose the styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .page h1.title {
      	display: none;
      }
      
    3. Update your settings.

    That should hide it for you. If you have any questions or trouble, let me know.

    Bill

    #8779
    Marjorie Cohen
    Participant

    Thanks, Bill, that did the trick. You’re a great help!

    #8780
    Bill Robbins
    Moderator

    Fantastic. If you need anything else, just let me know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove header within page’ is closed to new replies.