Remove the word 'Home' from title of the page

Posted in: Newspaper
Post count: 15

Hello,
how to remove the word “Home” (page Name) from the title of the page?
Best Regards
Adnan

Post count: 22421

Hi Adnan,

If you want to remove the page title, you can either chose a different page template from here: http://screencast.com/t/XjoHMLM1jV
If you do not want to change the template, you can simply rename your page to something other than home, or you can hide the title with css like so:
.td-page-header .entry-title{
display:none!important;
}

This will leave breadcrumbs intact. If you want to remove them also you need to add this part:
.page .td-crumb-container{
display:none!important;
}

Hope this helps.
Thank you!

Post count: 15

Hello Bogdan,
css code is not working and i don’t know why but i have fixed the problem with simply renaming the page as you suggested.
Thanks for your assistance
Best Regards
Adnan

Post count: 28

Hi there, I have changed the name to the HOME page and still showing the assigned name… check http://www.embarcado.net I don’t want to have the page title (HOME) before the magazine name… how can I fix it please?

Post count: 22421

Hi,
I have checked your site and there is no page title present: http://screencast.com/t/gvPxCI9XsouA
There is only one of the 3 page templates that shows the page title the other 2 do not show it: http://screencast.com/t/DB5LLzsyo6V
If you do not want a page title, then do not chose pagebuilder + page title.
Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.