Home Forums WoodMart support forum Weird file path on brand shop pages

Weird file path on brand shop pages

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

    hpb
    Participant

    Hey, I have a weird path on brand shop pages:
    https://prnt.sc/pqcnlk

    Basically says “product brand brandname”

    Is there ways to edit or fix that?

    Kind Regards!

    #153778

    Hello,

    If you want to hide those breadcrumbs which shows the brand name and shop path on your shop page you can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

    .shop-loop-head .woodmart-woo-breadcrumbs{
    visibility: hidden;
    }

    Best Regards.

    #155007

    hpb
    Participant

    Worked well! Can i do it on the product page as well?
    http://prntscr.com/psyip4

    #155034

    Hello,

    To hide those breadcrumbs from the product page also you can use the below CSS in Theme Settings >> Custom CSS >> Global Custom CSS:

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

    Best Regards.

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