Title Name

Support Area Forums Grassroots Title Name

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #28419
    james lee
    Participant

    Hi

    How do you remove the title name on the page?

    James

    #28420
    Bill Robbins
    Moderator

    It can be removed, but it depends on what type of page it is. What’s the URL to the page where you’d like to take out the title?

    #28428
    james lee
    Participant
    #28429
    Bill Robbins
    Moderator

    Thanks James. There are two ways to approach this. If you think you’ll need to hide the page title on several pages, I would install a plugin called StyleBuddy. It adds a box to the page/post editor where you can enter some CSS that will only apply to that page. If you go that route, enter this as the CSS to hide the title on a page:

    
    h1.page-title {
    	display: none;
    }
    

    On the other hand if you only need to hide it on this specific page, you can do it this way:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #post-249 h1.page-title {
      	display: none;
      }
      
    3. Update your settings.

    Let me know if you have any trouble,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Title Name’ is closed to new replies.