hey,
could you help me to give my product names a greyish background color?
url: sixdreamz.com
password: sdc2003
hey,
could you help me to give my product names a greyish background color?
url: sixdreamz.com
password: sdc2003
Hi @sixdreamz
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
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
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.
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