Trying to remove "Home" "Books" etc the title and grey section
- The topic ‘Trying to remove "Home" "Books" etc the title and grey section’ is closed to new replies.
Need help? Check out our Support site, then
Trying to remove the webpage titles without causing an error. Any help would be greatly appreciated.
I’ve tried
.headline.img-headline {
display: none;
}
But this doesn’t work, and none is displayed in red.
Thanks again.
The blog I need help with is: (visible only to logged in users)
Hello,
No problem. You were close. Just try this CSS instead:
.headline.page-headline {
display: none;
}
I hope this helps. Thanks!
Awesome thanks!
Hi! where should that CSS be put? I am having the same problem but I don’t know where to put that code.
Hello, you can copy and paste that CSS in the Additional CSS section of your customizer (Customize > Additional CSS).