Home Forums Pro Themes Education Hub Pro Page Title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27636
    HEP
    Participant

    How do I block the title of a page? When I set up a new page it asks for the title that shows up in the navigation bar. I don’t want that title to then show up on the page. For example on our website cvillehep.org when I select Home from the navigation bar and get into the page, Home shows up on the page. I don’t want it on the page.

    Thank you!

    #27657
    wensolutions
    Keymaster

    Hello,

    To remove the title from the page go to Admin Panel > Customize > Additional CSS and paste the below CSS.

    .page header.entry-header {
       display: none;
    }

    Hope this will resolve your issue.

    If you have any confusion further please let us know.

    Best Regards!!

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