How to make a collection banner scale with photo instead of text

Hi, I wanted to make it so that the banner of a collection page scaled with the collection image or would show the entire image rather than changing it’s size or getting cut off depending on the size of the description. Here’s an example below. I just want to show my whole photo regardless of the size of my description if possible. I am also using the dawn theme.

Hello @EvaL1 ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file

Add this following code at the bottom of page

.collection-banner {
  background-size: cover;
  background-position: center center;
}

Save and test

Hope this can help.

Ali Reviews team.