We are hoping to show the collection carousel arrows on mobile for some of our sections especially the Gallery Carousel - this is our site; https://www.haveanicehairday.com/
I can see the code is:
button: disabled {
so I am hoping someone can assist with some simple css code injection to help show these arrow icons on mobile, thank you !
Can you provide the name of the theme please
Hi @ByAprilCo
you can take those button back by adding this css code before your tag in your theme.liquid file in Online store > Themes > Edit code
Thank you so much! I will try that now, and can I ask will this be isolated to just those buttons on that gallery carousel, or all collections with nav also? If so, is there a way to add this bit of code just to 1 section? 
Hi,
If you want this code apply to that option only. Please go to your theme customize, select that section then add this code below to Custom CSS of that section
.carousel__navigation-buttons { display: flex !important; }
ABSOLUTE LEGEND! Thank you so much 