danoah 1 Report post Posted August 14, 2011 How do I remove the page title on certain pages? For example, on my home page. I don't want it to say Home on that page, but on every other page I want the titles to show up automatically (which I have that setting set). Share this post Link to post Share on other sites
catrina 103 Report post Posted August 14, 2011 It's possible with CSS. Can you post a link to your home page? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
danoah 1 Report post Posted August 14, 2011 Hey, the blog I'm building is at http://buildblog.danoah.com. Thanks! Share this post Link to post Share on other sites
catrina 103 Report post Posted August 14, 2011 Add this CSS, please: body.home #post-163 h1.pagetitle {display: none;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
danoah 1 Report post Posted August 14, 2011 You're a rockstar. Thank you. Share this post Link to post Share on other sites
kkjaerbye 0 Report post Posted August 17, 2011 Hi, I was hoping that this would help me but unfortunately at hasn't got any effect. My blog is on a local server (intranet) which is why I can't provide you with a link. The page is called "forside" (which means home) but changing it in the CSS has no effect. Can anyone be at service? Any help is much appreciated. Thanks in advance. Share this post Link to post Share on other sites
Rob 547 Report post Posted August 17, 2011 Have you adjusted the code above to match the page ID on your site by specific number? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
kkjaerbye 0 Report post Posted August 18, 2011 Hi, found the problem. I had written: body.forside #post-337 h1.pagetitle {display: none;} which should be replaced with body.home #post-337 h1.pagetitle {display: none;} Share this post Link to post Share on other sites
tandan 0 Report post Posted February 8, 2012 hi there, can you explain to me the syntax rules you're using to come up with this css? this may help me figure out other CSS changes... I use firebug but it seems really difficult to find the right selector easily with Pagelines. Thanks! Tan Share this post Link to post Share on other sites