How to disable the page title at homepage?

Posted in: Newspaper
Post count: 460

Hello,

When I select a page for a HomePage, ¿can I disable the tittle of this page?

Post count: 35449

Hi,

In order to get rid of page title please change the template of page https://www.screencast.com/t/aUHtoW1zTu3A
Documentation for Page templates: https://forum.tagdiv.com/page-templates-2/

Thank you for your understanding.

Post count: 460

Hi @Calin,

No, this no run OK…..

Dafault Template: The title of the page is shown (I want it not to be shown)

Page builder + Empy page: The top menu disappears, the title is still preserved

Page builder + page tittle: Tittle on

Page builder + laster articles: I dont want laster articles or paginatiom…

Them….What Can I do for disable only the tittle?

Thanks

Post count: 35449

Hi,

If you set the default template the title is hide ( https://www.screencast.com/t/CCifXz6WGm7Y https://www.screencast.com/t/JDdAdYk1 ).
You can use a homepage from cloud template, and you can edit the template how you like ( https://forum.tagdiv.com/tagdiv-cloud-library-plugin/ ).
Or if you like to keep the current template please provide your url for a closer inspect, in this way I will be able to give you a custom css.

Thank you for your understanding.

Post count: 460

Hello @Calin,

I don’t know why, but this doesn’t seem to work on my website:

https://fotos.subefotos.com/80b60efff9ec9b26c806e6535e327619o.jpg

https://fotos.subefotos.com/064a7e95f72fe1879c423b5cb8ac61f1o.jpg

My url is: https://bit.ly/2R24Uv9

Thanks for your help

  • This reply was modified 7 years by Jose.
Post count: 35449

HI,

If you want you can hide all titles with this custom css:
.td-page-header {
display: none;
}

Paste it in Newspaper>Theme panel> Custom code> Custom css

Thanks.

Post count: 460

Hello Calin,

Thanks for your help.

If I want hide the title only in homepage, Can I do it?

Have a nice weekend

Post count: 35449

Hi,

Yes you can , please replace above css with this one:
.home .td-page-header {
display: none;
}

Thank you.

Post count: 460

Thanks 🙂

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