How can I reduce the slideshow header height in Prestige theme?

Hello. Do anyone know how to make the slideshow header smaller in height in prestige theme? I can’t seem to find it in the settings.

Link to website:

https://americanwine.myshopify.com/

Thanks.

Yes

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.js .Slideshow--fullscreen {
    max-height: 600px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Thank you! works perfect.