Decreasing Slideshow Height Independently Of Other Slideshows - Dawn Theme

Hi,

I have a slideshow at the bottom of my homepage, and I want to reduce its height on both desktop and mobile.

The issue is that when I edit the code to adjust the height of the slideshow, it also affects the height of the slideshow I have at the top of my homepage.

I want to independently adjust the height of the slideshow at the bottom of the page without affecting the slideshow at the top. The slideshow I want to adjust is just above the footer.

If anyone would be able to help me it would be much appreciated. I am using the Dawn theme.

URL: solaque.co.uk

Thanks,

Aaron

Hi @Aaron-Mihell

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
div#Slider-template--23721731359051__slideshow_g8riEn {
    height: 400px !important;
}

I hope it would help you

Best,

Daisy

1 Like

That works perfectly! Thank you for your help, it’s much appreciated.