BBX 0 Report post Posted December 15, 2011 Hi Fellow Pageliners, I have two questions: 1. How do I make Post title default to H1 Tag? 2. How do I hide post title? Appreciate any help from the forum community here. Cheers! Share this post Link to post Share on other sites
catrina 103 Report post Posted December 15, 2011 1. This requires changing the core template files, which is not recommended because any updates will get rid of those changes. You should use a child theme and make the changes in those files. 2. They can be hidden using CSS. 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
BBX 0 Report post Posted December 15, 2011 Catrina, Thanks for responding. Accept Answer 1. On answer 2., please show me how to hid it in CSS. Share this post Link to post Share on other sites
catrina 103 Report post Posted December 15, 2011 You'll need to add this CSS to Custom Code > Custom CSS in your Settings: [code]h2.entry-title {display: none;}[/code] 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