I have switched to an image that incorporates the title of my blog into the header image. I need to hide the blog title from displaying in the header.
1 Answers
Hi Charlotte !
To hide Blog Title from appearing in header banner on blog page, you can add the following code to the Edit CSS:
.blog .page-title {
display: none;
}
Hope this helps !
that worked great! Thanks!
Please login or Register to submit your answer