Home New Guten Forums WoodMart support forum Singal product page breadcrumb remove

Singal product page breadcrumb remove

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #397069

    CyberDome
    Participant

    1. Singal product page center breadcrumb remove

    Mobile view only

    2. Desktop view singal product page last breadcrumb remove (product name remove)

    Attachments:
    You must be logged in to view attached files.
    #397088

    Hello,

    1. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .single-product nav.woocommerce-breadcrumb a:nth-child(2) {
        display: none;
    }

    2. Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last {
        display: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)