Jump to content
Sign in to follow this  
nmwgroup

Hide H1 Title on homepage

Recommended Posts

nmwgroup

I am developing my website and I have created homepage as static frontpage but page title which is "home" is showing up on the page as title. How do I remove it from showing up on the homepage only

Thank You

Share this post


Link to post
Share on other sites
Rob

Hi,

Go to Dashboard > PageLines > Site Options > Website Setup and scroll down to Page Titles. Uncheck the box for "Automatically show Page titles?". This will automatically remove the page titles from your pages. If you need to add a page title for any specific page, I'd suggest just using the HTML View tab in editing, and add

<h1>THE TITLE</h1>[/CODE]


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
WebIT

.home h1 { display: none; }


This code will also remove masthead and other h1 titles you may have, but only on the homepage. Hope that helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×