nmwgroup 0 Report post Posted October 10, 2012 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 547 Report post Posted October 10, 2012 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 3 Report post Posted December 7, 2012 .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