Solved

Reducing Slideshow Height in Envy theme

learningtoday
Excursionist
12 0 9

Hi, I have been searching everywhere to modify the height of the slideshow images in Envy Theme. It isn't within the options, so I have been trying to look in the coding, but can't reference anywhere that modifies the height of the images of the slideshow. I have tried uploading smaller px images, but it just ends up blowing up to fit the width and the fixed height that takes up half the page.

Would appreciate any help on this!

Thanks!

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@learningtoday 

please try this code

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

2. Asset->/theme-index.min.css->paste below code at the bottom of the file.

.slideshow--full-screen {
    height: 70vh !important;
}

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

@learningtoday 

Please share store URL. 

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
learningtoday
Excursionist
12 0 9
dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@learningtoday 

please try this code

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

2. Asset->/theme-index.min.css->paste below code at the bottom of the file.

.slideshow--full-screen {
    height: 70vh !important;
}

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
learningtoday
Excursionist
12 0 9

Thank you so much @dmwwebartisan !! Works so easily!

learningtoday
Excursionist
12 0 9

@dmwwebartisan Sorry for the follow up, but would you happen to know how to prevent the slideshow from zooming into images when uploaded? For some reason every image seems to be zoomed in (not sure what the dimensions are for this slideshow and or if there is a preference to zoom into the picture?)