The home position and text are displayed. Is there a way to hide the page title

Posted in: Newsmag
Post count: 322

The home position and text are displayed. Is there a way to hide the page title position?

Post count: 20685

Hi,

You could hide it with some CSS. Please try this code:

.td-page-title {
visibility: hidden;
}

The code will apply yo the whole website. If you want it just for the homepage, try it like this:

.home .td-page-title {
visibility: hidden;
}

Then the title should be hidden https://prnt.sc/rWkcvFXpM8xa

Thank you!

Post count: 322

THANK YOU !! GOOG !!

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