I’m a new user of this theme and was hired to manage the content of this site. Still learning how to deal with the theme. The site shows 3 templates have been configured:
– Page Builder + latest articles + pagination
– Page Builder + Page Title
– Page Builder + Overlay menu
I don’t know what option has been assigned as the Default but my problem is:
I want to hide titles of some pages and would like to have the choice to chose a template that would let me do it in order to avoid duplicate mentions of titles, such as this one: https://www.bocaratontribune.com/events-directory.
I tried to erase the title but if I do that, it messes up with WordPress, the page changes from published to draft, etc.
What are my options?
Hi,
Currently I see just one page title in the page -> https://prnt.sc/h2dwbjfjslyj That title is displayed by the theme.
To explain a bit, by default all pages use the default page template -> https://prnt.sc/la5LL16mBQ3X Then it depends on how the page is built.
If the page is built with the wordpress editor, meaning you add content from here -> https://prnt.sc/idQaLUKz5C_J then the theme will display the title automatically. Normally a title is displayed in the page.
If the page is built with the composer -> https://prnt.sc/XrM_UaoZQS8W then the theme will not display the title, unless you add it in the page with the composer -> https://prnt.sc/b_8-puhMmy5G
So one solution would be to use the theme composer to build the page. Or, if you just want to quickly hide the titles for a few pages, then they could be hidden with some CSS, for example -> https://prnt.sc/0qenWAO4oTo2 This is quick and easy, and more IDs can be added in that code.
Let me know if I can help more.
Thank you!
Thank you for your prompt reply, Simon.
The page was built with the wordpress editor, which shows the very first block suggestion as a Header.
When I type the name, it creates the wordpress page.
Perhaps because I’m used to work with DIVI builder, I thought that if I removed the title, the wordpress page wouldn’t change, but it immediately switches the page from published to draft.
I will try to use CSS. Where do I set it up? Settings for this specific page doesn’t show me a CSS field or at least I don’t see it.
What am I doing wrong?
Here’s how it can be done.
First you need the page ID. This can be seen in a few ways. For example if you right click and inspect the page -> https://prnt.sc/oACr1Tx4NbzP this is the ID -> https://prnt.sc/DgUq7LRZTulo
Or when you edit the page, the ID is in the permalink at the top -> https://prnt.sc/KXT2zIJHsPPt
That ID can be used in a code like the one I mentioned. For the page you mentioned the code is like this:
.page-id-309846 .td-page-title {
display: none;
}
This can be reused for other pages. For example -> https://prnt.sc/4ktbor3SGX_E
These codes can be entered in the theme. You can add them in the theme panel -> https://prnt.sc/4HhGY6pzpbu- Or in the Live CSS in the admin bar -> https://prnt.sc/4CGJEv7dLzLD
It’s a quick and easy way to remove the title just for specific pages, without rebuilding the pages or making any other changes to them.
If you need help with it or if you have other questions, please let me know.
Thank you!
