Page Title Not Show Up

Support Area Forums Grassroots Page Title Not Show Up

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://kababayanfoundation.org
  • Author
    Posts
  • #35212

    When you click on the page or sub-page, is it possible for the title not to show on top of the page? Like the home page. It doesn’t show “HOME” when you’re on that page.

    #35213
    Bill Robbins
    Moderator

    You’re welcome to hide your page titles. Here’s how to do that:

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

    That should remove them from all pages. Let me know if you run into trouble.

    #35217

    Thanks it worked however, the top part of a page content now overlaps with the menu? Here’s the link: http://www.kababayanfoundation.org/projects-2/the-kababayan-foundation-hospital-medical-care-center. Sorry I’m new to this website building.

    #35222
    Bill Robbins
    Moderator

    Hi Evelyn,

    It looks like the navigation menu is a bit longer than the space that was designed for it. That’s making the header taller which is covering up the content below. You could make some of the top level items drop-down items to free up space. You can also move the content further down on the page 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:
      
      #wrap {
      	margin-top: 200px;
      }
      
    3. Update your settings.

    Take care,
    Bill

    #35223

    Thanks Bill! You’re wonderful!

    #35224
    Bill Robbins
    Moderator

    Glad I could help out 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Page Title Not Show Up’ is closed to new replies.