Featured collection images too big on dawn theme

Hello my website is

chicxchiclf.com

password: peobew

I am facing the following issues..

Product images in featured collection just under the banner are too big. I’d like to adjust them into smaller version. What code should I need? Please help me

Hi @CHICXCHIC !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

Please paste this code at the bottom;

theme.css file

@media only screen and (min-width: 768px) {
.collection-hero__image-container {

min-height: 500px !important;
min-width: 500px !important;

}
}

Best Regards;

Pagefly

There is no theme.css

could you guide me again please?

base.css or theme.liquid or …?

If you could let me know where I should put this code, I’ll be so elated and thankful to you.

@CHICXCHIC Bro paste this code in theme.liguid

Sorry my knowledge in coding is so little. Shall I paste it before closing head tag? Without any {%style} these things?

Bro @CHICXCHIC !

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag

I really appreciate your advice. But it doesn’t seem to be working. Is this section you are looking at too ?

Bro @CHICXCHIC I am looking at collection

Oh.. This section is in homepage and when you scroll down, it is placed just below the image banner. Would you be so kind to guide me with this..? Thank you so much