How can I change the color of a button in Prestige theme slideshow?

Hello everyone. I need help with making one of the buttons on the slideshow in prestige theme another color than the other. Does anybody know how to do that?

My website: www.americanwine.dk

Thanks.

@LauraOO add below css into your css file

#section-template--15611333247219__slideshow .Button:nth-child(2)::before {
    background-color: green;
}

Thanks worked perfect @Ujjaval Do you know how to make the text inside the button box white aswell?

@LauraOO it’s already white :

Yes i figured it out :grinning_face_with_smiling_eyes: