• Resolved featheranest

    (@featheranest)


    I have a Title of Home on the home page which I would not like to have there. It works fine for the About | Get Involved… pages but, not on the Home page. I have tried to remove the Title but, that affects the Menu navigation. Is there a way to get Home removed from the content area while keeping Home in the menu?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Poseidon.

    You can use this short CSS code to hide the title on the home page:

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

    In case you want to remove the titles of all static pages, use this one:

    .page-title {
    	display: none;
    }

    Best,
    Thomas

    Thread Starter featheranest

    (@featheranest)

    Thanks and sorry not to get back to you sooner about this.

    Where in the CSS code should this be placed? I have tried several locations with no luck.

    Thread Starter featheranest

    (@featheranest)

    Got it. Thanks for the code. Works brilliantly!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing title (Home) on the Home page’ is closed to new replies.