Hidden Page titles – Not showing in Search results
By hardel, 9 years ago. Last reply by Urban Alchemy, 9 years ago
Hi guys, I have this code in my custom CSS: /* Vantage hide page titles */ article.page .entry-header h1.entry-title { display: none; } I’d like to add a search bar to my site, but the code hides the page titles from search results. I’d like to hide the page titles only in pages. Is there…