Re: Prestige theme slideshow color HELP

Solved

How can I change the slideshow color in Prestige theme to match my announcement bar?

ideal091
Tourist
7 0 1

When my website first load, the slideshow looks like this until the picture is loaded. 

Can i change that color to match my announcement bar?

poza.png

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@ideal091 

 Please try this code

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

2. Asset->/theme.scss.liquid-->paste below code at the bottom of the file.

.Slideshow__ImageContainer {
    height: 100%;
    background-image: unset !important;
    background: #0dab91;
}

Thanks!

View solution in original post

Replies 5 (5)

dmwwebartisan
Shopify Partner
12321 2552 3729

@ideal091 

Please share store URL!

Thanks!

ideal091
Tourist
7 0 1
dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@ideal091 

 Please try this code

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

2. Asset->/theme.scss.liquid-->paste below code at the bottom of the file.

.Slideshow__ImageContainer {
    height: 100%;
    background-image: unset !important;
    background: #0dab91;
}

Thanks!

ideal091
Tourist
7 0 1

Thanks a lot! works perfectly!

dmwwebartisan
Shopify Partner
12321 2552 3729

@ideal091 

If helpful then please Like Solution