Remove white bar in collection list?

Hello I would like to get this white bar removed in the collection list. Does someone know how to do this?

Hey @luc14 ,

I’d love to help, can you please share your store URL?

Thanks,
Shubham | Untechnickle

@luc14 Hello share your store URL if protected share pass also thanks.

https://carposterstore.com/collections
password: dauffa

add this in base.css

.gradient {
background: #fcfbf4 !important;
}

or you can update the color from customize > theme settings > colors > schemes

Seems like it’s fixed :slightly_smiling_face:

Feel free to reach out if you’ve any more questions, would love to help.

Cheers!
Shubham | Untechnickle

Hey, Thank you for your solution but now the whole page changed to the color code fcfbf4 but I want only that part to be color code fcfbf4 and other parts be white. Is here a solution for?

#shopify-section-template–24416761512277__main {
padding-top: 5px !important;
}

Try this. This should work :slightly_smiling_face:

Cheers!
Shubham