Charlotte Mabry
asked 10 years ago

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
DominicStaff
answered 10 years ago

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 !
 

Charlotte Mabry
replied 10 years ago

that worked great! Thanks!

Powered by DW Question & Answer Pro