Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #338139
    upperalbany
    Participant

    Hi, I would like to remove the breadcrumbs from ALL of my pages.  How do I do this?  Here is the url to the webpage as an example: https://upperalbany.com/about-us/

    #338142
    sujeet
    Keymaster

    Hello @upperalbany,

    You can just deactivate the plugin for breadcrumb but I can’t see breadcrumb in your website. Can you please kindly send us screenshot of breadcrumb? And also let me know the theme name which you have used for your website. Thank you.

    Regards,
    Sujeet

    #338176
    upperalbany
    Participant

    Hi,

    I am using the CLEAN ENTERPRISE PRO theme and see the below link for the picture.  I thought it was the breadcrumb however it seems to be the “media header” on each page.  I want the image and page title text gone ON EACH PAGE as I plan on just building the page with elementor without the top media header.

     


    <div class=”edd_purchase_receipt_product_name”></div>
     

    #338180
    sujeet
    Keymaster

    Hello @upperalbany,

    For now you can add the following css code to “Appearance => Customize => Additional CSS” to remove the header media from entire website.

    
    .custom-header {
       display: none;
    }
    

    Please try and let me know if that worked. Thank you.

    Regards,
    Sujeet

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