Dawn Theme: How To Change Slide Button Color

Hello! How I change the button color in slider?

1 Like

@arseniiberten

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi, @arseniiberten

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
.banner__buttons .button {
    color: white;
    background: black;
}
2 Likes

Thank you, friend!