(Squarespace) Show Product Breadcrumbs on Mobile

By default, breadcrumbs will disappear on mobile. But you can use this code to Website > Website Tools > Custom CSS to make it appear.

div.ProductItem-nav-breadcrumb {
    display: flex !important;
}

image

2 Likes