photogjimi Posted July 1, 2021 Posted July 1, 2021 Can you change the breadcrumbs that are in a product page within a summary block? I added a bunch of product to a summary block, but the breadcrumbs still navigate to the SHOP page. is there a way to remove the bread crumbs completely? Or change the root location of them to the summary block page instead of the SHOP page? TIA!
tuanphan Posted July 2, 2021 Posted July 2, 2021 If you share link to your site, we can give code to remove bradcrumb Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
photogjimi Posted July 8, 2021 Author Posted July 8, 2021 On 7/2/2021 at 4:07 AM, tuanphan said: If you share link to your site, we can give code to remove breadcrumb https://www.jimialbert.com/shop2 testtest
tuanphan Posted July 10, 2021 Posted July 10, 2021 On 7/8/2021 at 8:29 PM, photogjimi said: https://www.jimialbert.com/shop2 testtest Add to Design > Custom CSS /* remove breadcrumb */ nav.ProductItem-nav { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ifd1704 Posted May 3, 2022 Posted May 3, 2022 @tuanphan I have added this code to my site and it works perfectly, thank you. Is there any way of increasing the space between the title and the header once the breadcrumbs have been removed, please? https://heron-helix-4csn.squarespace.com/ P/W: TEST /* remove breadcrumb */ nav.ProductItem-nav { display: none; } WhoAJ 1
tuanphan Posted May 5, 2022 Posted May 5, 2022 On 5/3/2022 at 12:11 PM, IndiahSaunders said: @tuanphan I have added this code to my site and it works perfectly, thank you. Is there any way of increasing the space between the title and the header once the breadcrumbs have been removed, please? https://heron-helix-4csn.squarespace.com/ P/W: TEST /* remove breadcrumb */ nav.ProductItem-nav { display: none; } Use this new code /* remove breadcrumb */ nav.ProductItem-nav { visibility: hidden !important; } WhoAJ 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment