Home Forums WoodMart support forum Product Page – Breadcrumb / Short Description

Product Page – Breadcrumb / Short Description

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #156626

    bidnbuy
    Participant

    Please refer to the attached image.

    Thanks.

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

    Hello,

    To hide the whole breadcrumbs from the single product page. You can insert the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

    .single-product .woocommerce-breadcrumb {
    display:none;
    }

    To hide the product name from the single product page breadcrumb you can use the below CSS code:

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

    It is not possible to remove the “home” from the single product page breadcrumb. There is no such option in the theme.

    To replace the “/” with “>” you can use below CSS code:

    .woocommerce-breadcrumb a:after{
    content: ">";
    }

    To hide the “Home/” from the shop breadcrumb you can use the below CSS code:

    .woodmart-woo-breadcrumbs .breadcrumb-link{
    display:none;
    }

    Sorry there is no such option to set limit on short descriptions in single product page. It requires customization and this is beyond our limitations and support policy.

    Best Regards.

    #156737

    bidnbuy
    Participant

    Thank you.

    #156840

    Most Welcome!..

    Well, bidnbuy!.., it’s been great chatting with you! I hope I resolved your issues thoroughly.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Product Page – Breadcrumb / Short Description’ is closed to new replies.