Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #224698

    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!

    #224700

    Hey!

    Try adding this code to the Quick CSS:

    .blog .title_container, .single-post .title_container{
    display: none !important;
    }

    Cheers! 
    Josue

    #224848

    thank you, it worked! =)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove subheader in blog’ is closed to new replies.