give product name background color

hey,

could you help me to give my product names a greyish background color?

url: sixdreamz.com

password: sdc2003

Hi @sixdreamz

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Hello @sixdreamz

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

.card--standard>.card__content .card__information { background: #80808057 !important; }

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

Hi @sixdreamz
adjust color as per need.

.card__information { background-color: #cccccc !important; }

Hello @sixdreamz
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-card.css
add this code at the end of the file.

.card__information {
background: #efd6b1 !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks