All things Shopify and commerce
Hi, I was just wondering how do i remove the pause/play button and the 2 arrows from the bottom of the slideshow in dawn theme.
Solved! Go to the solution
This is an accepted solution.
Hello @Atlas3 ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.shopify-section slideshow-component .slideshow__controls {
display: none;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Add this code at the bottom of your "base.css" file in your Assets folder (Edit code):
slideshow-component > button.slider-button {
display: none important;
}
Hi @Atlas3
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
this is the code that is working at the moment. thanks bro
This is an accepted solution.
Hello @Atlas3 ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.shopify-section slideshow-component .slideshow__controls {
display: none;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This solution is not working for Dawn theme version 11.0
User | RANK |
---|---|
45 | |
45 | |
44 | |
28 | |
21 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023