Home › Forums › Basel support forum › Sidebar and breadcrumbs › Reply To: Sidebar and breadcrumbs
November 28, 2019 at 2:34 pm
#159679
Elise Noromit
Member
Hello,
Thank you very much for choosing our theme and for contacting us.
1. Please add this code to the Theme Settings > Custom CSS > Global:
/*to show breadcrumbs on mobile*/
@media (max-width: 991px){
body .single-breadcrumbs-wrapper .woocommerce-breadcrumb, .single-breadcrumbs-wrapper .yoast-breadcrumb {
display: block;
}
}
/*to hide the arrows on mobile*/
body .basel-products-nav {
display:none;
}
body .basel-back-btn {
display:none;
}
2. Please clarify the second question.
Best Regards