How Change Previous & Next Arrows & Pause Icons Under The Slideshow? | Dawn Theme

Solved

How Change Previous & Next Arrows & Pause Icons Under The Slideshow? | Dawn Theme

namestolen
Excursionist
44 0 7

Slideshow buttons.jpg

 

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!

Accepted Solution (1)
Priyanka_
Shopify Partner
84 15 23

This is an accepted solution.

Hi @namestolen 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

 

<style>
.slider-button{
color: rgb(204 186 120) !important;
}
</style>

 

Ryanz-Treasure-Trove.png
If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Thanks!

Was I helpful? 

Buy me a coffee 



If I managed to help you then, don't forget to Like it and Mark it as Solution!

View solution in original post

Replies 11 (11)

Priyanka_
Shopify Partner
84 15 23

Hi @namestolen 

could You please share the link of your store so that I can look into this.

Thanks!

Was I helpful? 

Buy me a coffee 



If I managed to help you then, don't forget to Like it and Mark it as Solution!

BSS-TekLabs
Shopify Partner
2401 695 832


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.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Made4uo-Ribe
Shopify Partner
10100 2398 3034

Hi @namestolen 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

namestolen
Excursionist
44 0 7

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.

Made4uo-Ribe
Shopify Partner
10100 2398 3034

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. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
namestolen
Excursionist
44 0 7

namestolen
Excursionist
44 0 7

Still need help figuring this out.  Thanks

Priyanka_
Shopify Partner
84 15 23

This is an accepted solution.

Hi @namestolen 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

 

<style>
.slider-button{
color: rgb(204 186 120) !important;
}
</style>

 

Ryanz-Treasure-Trove.png
If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Thanks!

Was I helpful? 

Buy me a coffee 



If I managed to help you then, don't forget to Like it and Mark it as Solution!

namestolen
Excursionist
44 0 7

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?

Priyanka_
Shopify Partner
84 15 23

Hi @namestolen 
Add the below code just before </style> tag of previous code:

.slideshow__autoplay path {
    fill: rgb(255 249 249 / 75%) !important;
}

 

Was I helpful? 

Buy me a coffee 



If I managed to help you then, don't forget to Like it and Mark it as Solution!

namestolen
Excursionist
44 0 7

Thanks so much!  You rock 😁