Remove arrows on product page
-
I want to remove arrows on the page and add text “breadcrumbs” for category navigation
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-back-btn {
display:none;
}
body .basel-products-nav{
display:none;
}
Best Regards
Thanks. How can I add breadcrumbs to all product pages? Similar to the one on the shop page.
Attachments:
You must be
logged in to view attached files.
Hello,
There is no option to add such breadcrumbs. You can find all the available configuration in the Theme Settings > Page title.
Best Regards