Home Forums Basel support forum Remove arrows on product page

Remove arrows on product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #133014

    bcca
    Participant

    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.
    #133117

    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

    #133170

    bcca
    Participant

    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.
    #133239

    Hello,

    There is no option to add such breadcrumbs. You can find all the available configuration in the Theme Settings > Page title.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)