Page Title conundrum
-
I have been building a new company intranet with the 2017 theme and I’m just about done. One of the last issues I have is the page-title. On the frontpage it appears to be twice the size of the normal pages and the frontpage doesn’t even use the same font. It was like this right out of the box.
I didn’t want the title to begin with, so I researched that and this value did get rid of it all together.
.hentry .entry-title, .page-title { display: none; }
While this code did what I wanted the side effect was the absence of clickable titles when vieing search results. I see a small excerpt, but there is no title link. Is there a better way to achieve my goal? To get rid of the titles on the pages, but have title links on the search results?
- The topic ‘Page Title conundrum’ is closed to new replies.