Remove page titles
-
Hi is there a way of removing page title from the webpages in the edin theme?
The blog I need help with is: (visible only to logged in users)
-
Hi @sunlightstrand!
Hiding page titles would require a bit of Custom CSS, which is part of a Premium Plan or Business Plan.
With Custom CSS, you can add the following snippet under My Site > Customize > CSS to hide titles on pages (not posts) that have featured images (it won’t target pages without featured images, but you could modify it if you wanted it to).
.page .with-featured-image .page-title { display: none; }Another option, not really recommended, is to leave the title blank on the pages that you don’t want it shown. The problem with this approach is that without titles, it becomes hard to tell your pages apart.
- The topic ‘Remove page titles’ is closed to new replies.