Change Background Color Only on Collection List

I need to change the background color only on my collection list to #F9F4EC on the home page of my store at www.personal-prints.com.

I am currently using the FLEX theme by outofthesandbox. Help would be much appreciated!

Hi @PersonalPrints

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.shopify-section.collection-list section.section {
    background: #F9F4EC !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @PersonalPrints , I see it changed. Please double check it again