Hi Shopify Folks,
Is there a way to remove this carousal arrows completely, while still retaining the slide in Mobile functionality.
I am attaching a screenshot here.
I am currently on Dawn Theme
Shopify Store : https://my-gurgaon-store.myshopify.com
Hallo @pskbecks
You can add code by following these steps to change
- Go to Online Store → Theme → Edit code > assets > base.css
paste below code at bottom(base.css)
.slider-buttons.no-js-hidden.medium-hide {
display: none;
}
If you require any further information, feel free to contact me.
Best regards,
1 Like
hello @pskbecks
step 01:
- Go to your Store > Theme > click to edit code.
- find this file "base.css " and open.
step 02:
- Paste the code at the end of the file.
.multicolumn .slider-buttons.no-js-hidden.medium-hide {
display: none;
}
this idea helps you
1 Like
Hi @pskbecks
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Victor | PageFly
1 Like