Home Forums Basel support forum Product page detail Reply To: Product page detail

#70494

Hello,

Do you mean hiding breadcrumbs and showing only header, if yes, add this code to Theme Settings > Custom CSS.

.single-breadcrumbs-wrapper {
    display: none;
}

If you mean different header for a product page, there is no option.

Best Regards