Hide Titles?
- The topic ‘Hide Titles?’ is closed to new replies.
Need help? Check out our Support site, then
I’ve tried to plugins to hide page titles, but neither seem to work with this theme. I’d love some help to hide my titles.
Thanks!
Michael
The blog I need help with is: (visible only to logged in users)
A bit of CSS fixed this.
Great! Thanks!
Can I ask what you used to remove? I’m having a hard time removing them as well
Sure.
/* Hide titles in pages | 22671356-hc ja */
.banner-content-wrapper .banner-content {
display: none;
}
Hope it works for you too!
Thank you for sharing Michael!