Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #13521
    lwatts
    Member

    How can I get the page title from showing on pages?

    #13537
    Sakin
    Keymaster

    @lwatts: Sorry I don’t get it what you mean. Can you explain it.

    #13540
    lwatts
    Member

    Sorry about that! When you create a new page and give that page a name like Home, about us, etc., that title is showing on the website.

    #13555
    Sakin
    Keymaster

    @lwatts: Send me your site your. Yes, so what you want to do with the title.

    #13587
    morphies
    Member

    I’m after the same solution.

    When creating a new page “home” the title of the page is displayed at the top of the page in bold letters. I’d also like to remove the title display from the top of the page.

    #13588
    lwatts
    Member

    If you go to Appearance >> Theme Options >> Custom CSS and enter the code below this should fix it.

    .entry-title {
    display:none;
    }

    #13589
    lwatts
    Member

    to make this more specific where it only affects content use

    #content .entry-title {
    display:none;
    }

    #15704
    mark709
    Member

    Is there a way to hide the title for a page and keep it visible for a blog post?
    http://evomultisport.com/

    #15744
    Sakin
    Keymaster

    @mark709: I just check in your site and found that you are not using our theme. Sorry, we only support theme by our Theme Shop.

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