• Hi,

    is there any additional css to disable the word “home” on the homepage? Or some setting in the theme that I haven’t found yet. I would like to leave the words “about” and “contact” in the other pages, but “home” bothers me.

    Thank you

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

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

    Please follow the below steps to hide the page title:

    Go to Appearance > Customize > Theme Options > Page
    Toggle on the Eye Icon of the Title to Disable or Enable the Title.

    This will affect the title display across the site and will hide about and contact title as well.

    But if you specifically want to remove the title ‘Home’ then please add the below CSS to hide it.

    #post-938 header h1 {
        display: none;
    }

    Help link https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/

    Regards,
    Milan.

Viewing 1 replies (of 1 total)
  • The topic ‘delete “home”’ is closed to new replies.