Skip Navigation

[Resolved] remove page title

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 2 weeks, 3 days ago.

Author
Posts
#2695033

I am trying to: get the extra page title at the top left of these pages to go away

Link to a page where the issue can be seen:
hidden link

I expected to see: no extra page title

#2695046

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi there

Your theme has a settings (under Appearance > Theme Settings) to enable/disable that page title (screenshot).

It is universal, though, I don't think the theme is capable of selectively enabling/disabling it for specific post types.

In which case you need to create a child theme and edit the theme files.

Or a simpler solution would be to use CSS to hide that section. It should be possible to target it it like so:

.single-materials header.page-header {
    display: none;
}
korieF confirmed that the issue was resolved on 2024-04-29 18:08:08.
This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.