How to increase height of an image banner on my home page? Origin Theme

https://f63e08-3.myshopify.com/

Hi,

Since I have made my header transparent the height of the image banner is not ideal.

How can I increase the Height so it covers more of the home screen?

TIA

Hi @LSAccounting ,

I hope you are doing well, I’ve seen your website. Please follow the instructions below:

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.css file

  3. Paste the below code in the theme.css file

.banner__media.media.animate--ambient.scroll-trigger.animate--fade-in {
    height: 1000px;
}
1 Like

@LSAccounting you can manage the slider height from the theme settings:

Unfortunately, this is not what I was looking for. I am aware of the size changes using the standard customisation tools.

1 Like