• Resolved kate_wp

    (@kate_wp)


    On my page, I would like to either:

    1) delete the page header (I’m referring to the text which is the same as the page name that is automatically inserted on the page at the top)

    OR

    2) modify the page header text (to make it different from the page name).

    Are either of these possible?

    Thank you.

Viewing 16 replies (of 16 total)
  • NO worries, I found the answer myself already!

    The correct CSS code to remove element on a single page (in my case the blog page is)

    body.blog #subhead_container {
    display: none;
    }

    You’ll find the correct id to use when you open up developer tools while looking at the page you’re trying to edit.

Viewing 16 replies (of 16 total)
  • The topic ‘Can page headers be deleted or different from page tab?’ is closed to new replies.