How can I modify the color of my second hero button?

Hello i’m trying to change one of the second hero button color on my store. I would like for the text and the border to be white.

website: byrani.com

Hello yvad101,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

#shopify-section-hero .btn.btn--secondary.hero__btn {
    color: white;
}
#shopify-section-hero .btn--secondary::after {
    outline: 2px solid white;
}
1 Like

Thank you so much. You are a life saver.

I have another question if you don’t mind. How can I make the slide show on the homepage automatically move every 3 seconds?