Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #402272

    Hello,

    I would like to remove all the text in the titlebar (so no title and no breadcrumbs). It’s possible to make the
    text not visible, but then the H1 tag is still there.

    Is there a way to remove the H1 tag also?

    Thanks!

    #402528

    Hey JerrelZ!

    Please try the following code in your Quick CSS:

    .entry-content-wrapper{
    display:none !important;
    }

    Regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.