Forums
(@urbancoder)
16 years, 10 months ago
If you’re only trying to hide the title individual pages you can just add this to the HTML portion of the page post:
<style> .post-title { display: none !important; } </style>