• Hi,

    I’d like to remove the entry header from my pages.
    They are displayed as H1, but I already have a H1, I only want them as a title, not on the page.

    How could I do without using “display: none;” ?

    Thank you !

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Dany,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    header.entry-header {
      display: none;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Entry Header’ is closed to new replies.