remove page title but not blog title (.entry-title)
-
Ive tried to block the .entry-title in css to remove the title from the pages but id like for it to display the title in the blog itself. Since the class is used in both page and blog, it removes it altogether.
I was going to create another entry ie. .entry-title-page and try to add the page template to that class and block it, but wanted to ask the experts if there is an easier way to go about it?.entry-title {
margin: 0 0px;
font-size: 16px;
font-size: 2.5rem;
line-height: 1.4;
text-transform: uppercase;
display:block;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘remove page title but not blog title (.entry-title)’ is closed to new replies.