gavred+ 6 Report post Posted February 11, 2011 Hi Guys, Using platform Pro - I'm just wondering how I can change the page titles from h1 to say h3. At the moment the title is kind of dominating the page, and I'd like it to be smaller. Thanks. Share this post Link to post Share on other sites
Kate 3 Report post Posted February 11, 2011 Hi Gavin - If you have your base theme activated, you can copy template.postloop.php into the base directory, and modify the header tags there. However, the simpler option may be to just restyle the tags via CSS... up to you. Share this post Link to post Share on other sites
gavred+ 6 Report post Posted February 16, 2011 Hi Kate, Thanks a million for your answer - I'd love to roll with the simpler option may be to just restyle the tags via CSS - But I've tried to find the tags using firebug - found them and then can't locate them in the style.css of the child theme. firebug tells me its theme.css - But the two css files I can get at through the editor are base.css and style.css. And the line I'm looking for is in neither... Sorry - I'm sure there's a simple answer for this... and thanks a million for your help. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 17, 2011 The simpler, better and correct solution is to style your h tags. Let's get a link, let me know what you want changed. And if you want to dive in and learn as well: http://www.pagelines.com/docs/changing-colors-fonts Thanks, Bryan Share this post Link to post Share on other sites
gavred+ 6 Report post Posted February 17, 2011 Hi Bryan, The link is www.daralinn.com. I'm also trying to hide the page title for the home page using this; } #page-id-12.entry-title { display:none important!; } Which was working but is no longer. Any help on that would be greatly appreciated. Thanks a million. Share this post Link to post Share on other sites
gavred+ 6 Report post Posted February 17, 2011 Actually - I'm just going top change the page title name to solve the later problem. Keep it simple eh? And the link you sent solved the first problem. Thanks to Bryan and Kate. Share this post Link to post Share on other sites
gavred+ 6 Report post Posted February 17, 2011 Hi Bryan, I thought I had changed this using the custom css but the changes dont seem to have kicked through. All I want to do is change the page titles from h1 to h3 across the site. The site is www.daralinn.com Share this post Link to post Share on other sites
Kate 3 Report post Posted February 17, 2011 Hi Gavin - What CSS did you use? Share this post Link to post Share on other sites