Site icon Catch Themes

Control over page and feature titles

Using the response to another post, I added the following custom css:
.page .entry-header .entry-title {
     display: none; 
}
This correctly hides the page titles, but it also hides the titles for the feature content on the front page. What should be the correct custom css for hiding the page titles but still having the feature content titles displayed?
Exit mobile version