Home › Forums › Basel support forum › Remove arrows on product page › Reply To: Remove arrows on product page
July 17, 2019 at 10:01 am
#133117

Elise Noromit
Member
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