dawn theme: changing background color of slideshow pagination

Solved

dawn theme: changing background color of slideshow pagination

10xfuel
Pathfinder
134 0 15

Hi! Slideshow on www.10xfuel.com: Is it possible to change the background color of pagination from white to #eeff41? Thank you!

10xfuel_0-1705446508211.png

 

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @10xfuel 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.slideshow__controls {
background: #eeff41 !important;
}
</style>

PageFlyRichard_0-1705451777097.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @10xfuel 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.slideshow__controls {
background: #eeff41 !important;
}
</style>

PageFlyRichard_0-1705451777097.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Hayley01
Visitor
2 0 0

Hi Richard, 

I tried your tip for scroll and it worked. Now I am hoping to change the colours of the side panels that form the background of the slideshow. Any advice how to make these (highlighted) white? Thank you, 

 

Hayley01_1-1721276914673.png