How can I change the background color of my collection page?

Hi , I am trying to change the background color of my collection page red ix. I would like to change it to red and keep everything else white. My website is thenixne.com

1 Like

@tweatherspoon00

Welcome to the Shopify community!
Thanks for your good question.

Please share your site URL, (it’s password protected)
I will check out the issue and provide you a solution here.

herfitfye.myshopify.com

1 Like

@tweatherspoon00
Like this.

Yes however for the RED IX collection page only please but all over it ,

1 Like

@tweatherspoon00

it will be on your all collection pages.

.section-template--15652630593769__product-grid-padding {
    color: white !Important;
    background-color: red !important;
}

Add this code in the base.css file.

@tweatherspoon00