Is there a way to make the default page tempalte NOT displaying the title?

Posted in: Newspaper
Post count: 3

Hi!
I just installed the new Thrive Architect plugin to design my pages. I don’t like the page builder, and I was trying to get something better than Visual Composer. But, the thing is that without these two provided layout tools, I cannot get rid of the page Title when selecting the Default page layout in the edit mode of a page.

Is there a way to have blank pages with Newspaper? I mean, you can get rid of the breadcrumbs, but the title still remains… Is creating a child theme to modify the page template the only option?

Thanks!

Post count: 20686

Hi,

There are 2 page editors provided at the moment in the theme package
https://forum.tagdiv.com/tagdiv-composer-tutorial/
https://forum.tagdiv.com/how-to-use-visual-composer/
The recommend composer to be used, is the tagDiv composer. In future theme updates, there will be more options and elements added exclusively for it.
Other composers are not tested with the theme or theme plugins, and may not work properly.
You could try to remove the page title with this simple CSS code

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

Thanks

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