Impulse theme change collection header image size

Hi all.

im looking to change my collection image size to the collection main image to size of picture below. My site is https://luxurymrkt.com/collections/womenswear

THANK YOU!!

:backhand_index_pointing_down:

1 Like

@Luxurymrkt

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media (max-width:768px){
.collection-hero {height: 150px;}
}
1 Like