Hide or Remove Homepage Title

Posted in: Newspaper
Post count: 40

Hello,
I cannot remove the page title on homepage.
I am using DEFAULT template.

Please help. I read similar cases on the forum but nothing seems to help.

Post count: 23312

Hello mmedia6587,

Please notice that if you will use the Default template, as a page template, the page should not display the title of the page if you will use the page builder, sorry! Please clear all the caches, purge all CDN files if you are using the CDN system and check the results.

Also, the code whihc hide the page title is below ->

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

Thanks for your understanding!

Post count: 40

Catalin I appreciate you want to help here.
Please tell me where exactly should I add the above code and if this hides only HOMEPAGE title and the titles on the rest of pages will stay visible ?
I use my wp website as static website, meaning homepage is DEFAULT PAGE without any pagebuilder. Just static homepage.

Thx

Post count: 23312

Hello mmedia6587,

You should simply use the Page with Page Title as the page template and use the code above only for homepage.

Try this ->

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

Thanks.

Post count: 40

Awesome help Catalin! It works just perfect. Thanking you.

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