Home title

Support Area Forums Elite Home title

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.ramlisarip.com
  • Author
    Posts
  • #21440
    ben ramlee
    Participant

    Hi Bill of OrganizedThemes,
    how are you?

    love the latest template elite,
    i am working on latest website using this template.

    just would like to know how to delete the title home in main page?
    (please refer in attachment)

    hope to hear from you soon, thanks in advance

    #21448
    Bill Robbins
    Participant

    Good Morning Ben,

    It’s great to hear from you. All is well here in the deep south of the US.

    Great question too. If you just want to remove the page title, but leave in the space for content, you can do this:

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

    That should simply hide the page title from displaying.

    If you’d rather only have the hero section on the home page, there is a page template that only loads the hero section and the footer. You could use that to remove the title and also the area that is there for the content too.

    Let me know if you have any trouble or questions,
    Bill

    #21543
    ben ramlee
    Participant

    Hi Bill again,
    this apply to other page as well right?
    (i mean the concept)

    can you please help me what should i do,
    to remove title page for other 5 pages?
    (without remove menu title)

    thank you in advance Bill 🙂

    #21547
    Bill Robbins
    Participant

    Ben,

    Do you want to remove the titles from all WordPress pages (not posts) or only a few pages? If you want to remove titles from all pages (not posts) you can use this Custom CSS snippet:

    
    .page h1.page-title {
    	display: none;
    }
    

    If you’d like to remove the title only on some pages, then here’s what I would do. Install a plugin called Style Buddy. It adds in a box to every page or post where you can add in custom styling just for that page. On the pages where you’d like to hide the title, add this to the Style Buddy box:

    
    .page-title {
    	display: none;
    }
    

    which should hide the title on that page. If you run into any trouble, let me know.

    Thanks,
    Bill

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