Shopify themes, liquid, logos, and UX
i dont know how to take out the controls under the slideshow is there a way how?
Solved! Go to the solution
This is an accepted solution.
Hey @Degain,
I hope you're doing well!
1. From your Shopify Admin go to online store > themes > ... > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:
<li-code lang="markup"><style>
.slideshow__controls{ display:none !important; }
</style>
I hope this helps! If you have any further questions or need additional assistance, feel free to let me know. Wishing you a great day ahead.
Best,
Diego
Hi @Degain
You can do that by adding this code to Custom CSS of your slideshow section.
.slideshow__controls { display: none; }
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello @Degain ,
Here are the steps to apply the necessary changes in your Shopify store:
.slideshow__controls{
display:none !important;
}
Let me know if you need further assistance!
This is an accepted solution.
Hey @Degain,
I hope you're doing well!
1. From your Shopify Admin go to online store > themes > ... > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:
<li-code lang="markup"><style>
.slideshow__controls{ display:none !important; }
</style>
I hope this helps! If you have any further questions or need additional assistance, feel free to let me know. Wishing you a great day ahead.
Best,
Diego
it works thanks!
I'm happy to hear! You're most welcome.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025