removing breadcrumbs and category listing

Support Area Forums Elite removing breadcrumbs and category listing

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #15625
    Joseph Jaramillo
    Participant

    Hey I’d like to remove the breadcrumbs and the category listing in the product pages. Also if possible I’d like to eliminate the featured image placeholder so the gallery images fill up that space. Thanks so much for your assistance!

    http://arricci.com/product/conquer-the-day/

    #15635
    Bill Robbins
    Moderator

    Sure thing. Both of these snippets go in the Custom CSS box that’s in the Advanced tab in your theme options page.

    
    #content nav.woocommerce-breadcrumb {
         display: none;
    }
    

    That will hide your breadcrumbs

    
    html .woocommerce #content .product .images img.attachment-shop_single {
         display: none;
    }
    

    and that will hide the main image. Let me know if you run into any trouble.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘removing breadcrumbs and category listing’ is closed to new replies.