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
Best Answer WebIT , 07 December 2012 - 01:22 PM
.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.
2 replies to this topic
#1
Posted 10 October 2012 - 12:46 AM
#2
Posted 10 October 2012 - 01:41 AM
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
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
#3
Posted 07 December 2012 - 01:22 PM Best Answer
This code will also remove masthead and other h1 titles you may have, but only on the homepage. Hope that helps.











