Title header

Posted in: Newspaper
Post count: 4

What’s the coding to remove the title headers on my pages?

Post count: 20688

Hi,

If you are talking about the page title – https://www.screencast.com/t/kKoE4mPbc5LW you can remove it by choosing the default template in Page Attributes – https://www.screencast.com/t/WaeMmGbe8
IF this is not what you are reffering to, please provide a screenshot and more information about what you want to achieve.

Thanks

Post count: 4

Here’s a screenshot showing I’ve chosen the default template, https://www.screencast.com/t/3Ma2nMHb0cm and here’s the screenshot of my page with the page title still visible, https://www.screencast.com/t/H8b3IWgs.

I just want the the page title to be not visible.

Thanks for your help

Post count: 20688

Hi,

You could try to remove the page title or change it as a test – https://www.screencast.com/t/u9fh11hpw and update the page then preview it and see if it is affected. If it’s still there it must be a cache issue, try clearing the cache, also disable all the plugins except Visual Composer and see what happens regarding this issue.

Thanks

Post count: 4

I deactivated all the plugins except visual composer and cleared the cache but still the page title showed.

Removing the page title worked, but is rather inconvenient when in the page section trying to determine what page to edit and you just see (no title) lol.

Post count: 20688

Hi,

You could hide it with a simple css code, just enter it in Theme panel->Custom Css, this way you still have a page title but it will not show on the default page template

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

Result – https://www.screencast.com/t/Cw3XIny5r
Thanks

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