Tell us what you are trying to do?
I am building a directory, using the Views plugin. I have created a content template (Template for Professionals) that displays the full listing. The title of the listing (name of a person) is displayed as part of the content template.
However, the actual web page serves up the header, footer AND the page title. Usually, I would disable this in the Elementor settings for that page, but this doesn't seem to be a standalone page, just a template generated by Toolset.
I tried to isolate the id of the page (it appears in the URL when I edit it in toolset), and then tried to apply this code in the custom css:
.page-id-123 .page-title {
display: none;
}
That had no effect.
Can you help me remove the page title from the page?
I created a new Elementor Post template in Elemetor Theme editor, and applied condition to use this page when pulling up directory entries (ie. when pulling up a specific Content Type).