I have seen many other code examples how I can add it in the base.css, unfortunately it did not work.
How do I remove these?
Main issue: Remove the navigation arrows under a collection (slider) in the Shopify Refresh theme. The user’s attempt to edit base.css did not work.
Context: No store URL was provided; the theme is Refresh.
Proposed solutions:
Outcome: Unchecking “Enable swipe on mobile” removed the arrows; the original poster confirmed it worked.
Status: Resolved. No further action needed.
I have seen many other code examples how I can add it in the base.css, unfortunately it did not work.
How do I remove these?
Hello @viccre
Can you share store URL?
My computer is having trouble inserting the link… This is the Refresh Theme. Sorry about that!
Hi @viccre ,
Please go to your Online Store > Themes > Customize and add this code to the Custom CSS of that section.
.slider-buttons { display: none; }
Best Regards,
Dan from Ryviu
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @viccre
Screenshot: https://prnt.sc/yI_W4KTd6TyP
That worked. Thank you!