Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I change the color of slideshow arrow buttons?

How can I change the color of slideshow arrow buttons?

intmotorsports
Tourist
13 0 1

Hi, I am wondering if there is any way to change the arrows on the sides of my slideshow galleries so that the button that contains them is a different color? Right now the white  arrow buttons blend into the background. If I change my background color the arrow changes with it and still blends in, so is there any way to change just the arrow color? 

 

Site URL - https://motolifestyle.net/

Replies 2 (2)

PageFly-Oliver
Shopify Partner
878 190 184

Hi @intmotorsports ,

 

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

<style>
.flickity-button svg{
fill: "your color" !important
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

intmotorsports
Tourist
13 0 1

This did not change anything 😞