Hi,
I want to remove the subheader on the blog page I have but it’s not responding to the Layout settings I have set in the blog page. Is there another way to do this?
Thanks!
Hey!
Try adding this code to the Quick CSS:
.blog .title_container, .single-post .title_container{
display: none !important;
}
Cheers!
Josue
thank you, it worked! =)