• Resolved danigardner

    (@danigardner)


    Hello, is there a way to remove the page name from the top of the page? E.g. “Home”.

    In other themes this can be done via Page Attributes > ‘template’ but there is no option here to have a page with no header.

    Thank you, Dani

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi Dani,

    To hide the page title on single pages, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    .page .post-title { display: none; }

    Let me know how it goes.

    — Anders

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