• how do i hide the page name, for example the “home” on the homepage or the “contact” on the contact site.

    thanks in advance

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

Viewing 1 replies (of 1 total)
  • Hi @badlanguage,

    You can use the following CSS in Appearance > Customize > Additional CSS to hide the page title:

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

    If you have any trouble or need any help, just let us know!

Viewing 1 replies (of 1 total)

The topic ‘hide page name’ is closed to new replies.