peopleu2 0 Report post Posted November 2, 2010 In Platform Pro, I desire not to have page titles show on pages. I'd like to insert titles in the content, that way I can choose font, color and alignment. How to I get the Page Titles not to show? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted November 3, 2010 This is in your theme options and should be a checkbox that is unchecked by default. The sure fire way would be to use: `.pagetitle{display:none}` and drop that in your Custom CSS. Thanks, Bryan Share this post Link to post Share on other sites
peopleu2 0 Report post Posted November 3, 2010 Bryan, that did the trick. Thanks. Share this post Link to post Share on other sites