I know the picture is kind of hard to see the icons I’m talking about but hopefully you get the gist. The little left and right arrows to scroll through the slideshow and the pause button for pausing the auto play rotation I have set. I want to change the color of those little icons to match the dot color. Thanks!
Hello @namestolen .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
Hi @namestolen
Would you mind to share your store URL? Thanks!
I am not set up to give access to my site, so if anyone could recommend some code for me to try out I would appreciate it.
Still need help figuring this out. Thanks
Sorry, but Im not asking for access. I only ask the publish store URL. We cannot provide the code when we cannot see the problem. Its hard to guess the codes.
Hi @namestolen
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Thanks!
Thanks so much! One last thing though…there is a pause button to the right of the arrow that is still black. How do I change it’s color as well?
Hi @namestolen
Add the below code just before tag of previous code:
.slideshow__autoplay path {
fill: rgb(255 249 249 / 75%) !important;
}
Thanks so much! You rock ![]()

