Changing Product Card background color for Retina Theme

Hi,

How to change the colour of the product card? I haven’t decided which colour, but not white, so it can differentiate from each other.

Here is my website: https://1cabe3-26.myshopify.com/

Thank you.

1 Like

Hi @Mentorpublish

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.section-with-sidebar__wrapper {
background: #fafafa;
padding: 10px;
}

Right this.

1 Like

Hello @Mentorpublish

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.product-thumbnail{ background: #e19f48 !important; /*change color according to you*/ }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

1 Like

Hi @niraj_patel ,

Work nicely, thank you for your help.

1 Like

Hi @ZestardTech ,

Sorry i think it is some misunderstanding, it is not what I want, but nvm someone already provide the solution, still thx for your help.

1 Like