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?
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!