Site icon Catch Themes

Displaying Titles Only in Search

Hey there! I've been using this wonderful theme to create an informational blog on my localhost (not live yet). Because Catch Box posts the page title like a header on every page (but not within h1 tags, so it's not SEO friendly), I've been using the following to disable titles:
.page header.entry-header { 
	display: none; 
}
However, the theme also calls the same page title into search results -- meaning that my page titles are disabled in search! I'm wondering what function alteration I can make so that page titles remain disabled on pages but so that they show in search results. Thanks so much, Best, Nate
Exit mobile version