Home Forums WoodMart support forum How to remove Breadcomb from the product page

How to remove Breadcomb from the product page

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

    moseny
    Participant

    Hi ,
    I played a bit with the setting but could not remove the Breadcomb from the top of the product page so the title of the product can lift up.
    Please check attachment…

    Any idea?

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .summary-inner .woocommerce-breadcrumb{
        display:none;
    }

    Best Regards

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