How can I resize the banner on my collection page?

Hi friends!

I´m having some trouble with the banner of the collection page (Image attached), how can I resize it? I need to make it smaller,

The url is Todoydetodo.cl and the pass is deaflo.

Thanks!

Hi @TYDT

If you want it smaller like this image below then please add CSS code to Custom CSS of collection image banner section

parallax-image { max-width: 1040px !important; }

Hi! Thanks for the quick response. I mean like the attached image but reducing the height also of the block “Collection banner” not just the image.

Thanks!

Hello @TYDT :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file theme.css and add this code at the bottom

.promotion {
    height: 220px;
}

The result

Hope that helps!