Anyone know how to add custom arrows on thumbnail carousel?
url: https://errival.com/products/errival%E2%84%A2-instant-period-cramp-relief-heated-belt
A user asked how to add custom arrows to a thumbnail carousel on their Shopify product page. A solution was provided involving CSS customization:
Steps provided:
base.css file.slider-button classCSS modifications:
border: 1px solid black !importantborder-radius: 30px0.8remThe solution was confirmed successful by the original poster, who marked it as resolved. The helper offered continued support for any additional customization needs.
Anyone know how to add custom arrows on thumbnail carousel?
url: https://errival.com/products/errival%E2%84%A2-instant-period-cramp-relief-heated-belt
Hi @Ryan1998 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css
Step 3: Insert this code:
.slider-button {
border: 1px solid black !important;
border-radius: 30px;
}
.slider-button .icon {
height: 0.8rem !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
great thanks!
@Ryan1998 No problem, If you need anything please let me know ![]()