Free and Premium WordPress Plugins & Themes Forums WordPress Themes Campterra How can I delete the page titles and breadcrumbs?
- This topic has 5 replies, 3 voices, and was last updated 1 year, 10 months ago by J. Davis.
- AuthorPosts
- November 25, 2018 at 8:21 pm #743319Tim FeagansParticipant
I would also like to know how to delete the page title and bread crumbs from the various pages. I saw reference to this in the Elementor settings but I don’t know what tag to insert in the field to disable page titles.
December 6, 2018 at 4:59 pm #748693J. DavisKeymasterHi Tim,
1. You can disable breadcrumbs by deactivating Breadcrumb plugin within list of installed plugins on your WordPress.
2. It is possible to hide titles applying the style below:
.campterra-page-title{ display:none; }
best regards,
J.DavisMay 24, 2022 at 6:10 am #1308309Chris van VlietParticipantHi J.
Is this also possible on one single page?
Thanks
Kind Regards.
Chris
May 26, 2022 at 12:19 am #1309315J. DavisKeymasterHi Chris,
Yes, you may provide a URL of the page where the title should be removed so we’ll help you to pick a proper CSS style.
best regards,
J. DavisDecember 22, 2022 at 11:11 am #1393486Nathaniel FraleyParticipantI tried using this style, but it did nothing. I am using the child template. Does that matter?
December 26, 2022 at 1:27 am #1394237J. DavisKeymasterHi Nathaniel,
Thanks for your question. You might need to add
!important
to override the style:.campterra-page-title{ display:none !important; }
best regards,
John Davis - AuthorPosts
- You must be logged in to reply to this topic.