@ChicBotique1 If you are looking to display the arrows direction like in the below image. Please follow the steps mentioned below. Let me know whether it is helpful for you.
- From admin, go to “Online Store” → “Themes”.
- Click action button from the current theme and select “Edit code”.
- Locate “component-slider.css” file and paste the below code in that file like the below attached screenshot.
slider-component .slider-button--prev .icon {
transform: rotate(270deg) !important;
}
slider-component .slider-button--next .icon {
transform: rotate(90deg) !important;
}
If you are not looking for this solution, please share you exact need to help you with this.
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

