Shopify themes, liquid, logos, and UX
So I got everything else in the slideshow to appear the way I want to, the < 1/5 > buttons at the bottom, but if you look carefully you can see a pause button in dark blue that I for some reason haven't had success changing it..
I can't find that class .icon in my css.. Although now I'm thinking about it, maybe I needed to put !important at the end incase it had a conflict?
Solved! Go to the solution
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.slider-button .icon-pause path,
.slider-button .icon-play path {
fill: red !important; /* Change 'red' to the desired color */
}
</style>
If you need any further assistance or have any queries, feel free to contact me.
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution and click like.
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
@ManKaveStore can you share the store URl?
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.slider-button .icon-pause path,
.slider-button .icon-play path {
fill: red !important; /* Change 'red' to the desired color */
}
</style>
If you need any further assistance or have any queries, feel free to contact me.
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution and click like.
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
you are the best, thanks.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024