Home › Forums › WoodMart support forum › Weird file path on brand shop pages Weird file path on brand shop pages This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 30, 2019 at 9:32 pm #153603 hpbParticipant 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! October 31, 2019 at 10:15 am #153778 Aizaz Imtiaz AwanKeymaster 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. November 5, 2019 at 10:09 pm #155007 hpbParticipant Worked well! Can i do it on the product page as well? http://prntscr.com/psyip4 November 6, 2019 at 5:53 am #155034 Aizaz Imtiaz AwanKeymaster 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. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register