Solved

Prestige theme slideshow color HELP

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
12289 2547 3698

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 5 (5)

dmwwebartisan
Shopify Partner
12289 2547 3698

@ideal091 

Please share store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
ideal091
Tourist
7 0 1
dmwwebartisan
Shopify Partner
12289 2547 3698

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
ideal091
Tourist
7 0 1

Thanks a lot! works perfectly!

dmwwebartisan
Shopify Partner
12289 2547 3698

@ideal091 

If helpful then please Like Solution

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app