Re: Prestige slideshow button another color

Solved

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

LauraOO
Explorer
67 0 13

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.

 

Skærmbillede 2023-04-17 kl. 15.00.16.png

Accepted Solution (1)

Ujjaval
Shopify Partner
1242 197 213

This is an accepted solution.

@LauraOO add below css into your css file 

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

Ujjaval_0-1681737155362.png

 

View solution in original post

Replies 4 (4)

Ujjaval
Shopify Partner
1242 197 213

This is an accepted solution.

@LauraOO add below css into your css file 

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

Ujjaval_0-1681737155362.png

 

LauraOO
Explorer
67 0 13

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

Ujjaval
Shopify Partner
1242 197 213

@LauraOO it's already white : 

Ujjaval_0-1681738222846.png

 

LauraOO
Explorer
67 0 13

Yes i figured it out 😄