How can I delete the page titles and breadcrumbs?

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Campterra How can I delete the page titles and breadcrumbs?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #743319
    Tim Feagans
    Participant

    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.

    #748693
    J. Davis
    Keymaster

    Hi 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.Davis

    #1308309
    Chris van Vliet
    Participant

    Hi J.

    Is this also possible on one single page?

    Thanks

    Kind Regards.

    Chris

    #1309315
    J. Davis
    Keymaster

    Hi 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. Davis

    #1393486
    Nathaniel Fraley
    Participant

    I tried using this style, but it did nothing. I am using the child template. Does that matter?

    #1394237
    J. Davis
    Keymaster

    Hi 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

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