change the color of styled card in homepage Dawn 15V

change the color of styled card in homepage Dawn 15V

ctal37
Excursionist
148 1 36

 

Hii

 

i want to change the darkness or the styled card in homepage products. just want a light colour for product 

check the screenshot 

AE88FAED-6F52-4041-943F-3B3051F15A1E.png

Replies 3 (3)

BSSCommerce-B2B
Shopify Partner
1341 359 418

Hi @ctal37,

Do you want your image be brighter?

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2Search for the file base.css and add this code snippet to the end of the file
Step 3: Add this code to the end of file 

 

.card__media img {
    filter: brightness(1.2)!important;
}

 

Note: You can adjust the number in the brightness property to 1.1, 1.2, ... to achieve the desired brightness.

You get the result like this
BSSCommerceB2B_0-1722996771193.png

If it helps you, please like and mark it as the solution.

Best Regards

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


BSS: B2B Wholesale Solution | BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
ctal37
Excursionist
148 1 36

hiii i want to change the shadow a bit lighter

10F62DBC-8AD7-4609-80F7-525BB517306A.jpeg

of cards not of card media. talking about the grey kinda part where price tags and swatch placed check the screenshot 

BSSCommerce-B2B
Shopify Partner
1341 359 418

@ctal37 ,
What you mean is that you want the background of the price section to be a bit lighter ?
I think you use a quite bright grey color. Or You want  another bright color not grey?
If you still want grey, let try this it just a bit lighter

.card__content {
  background: #f5f5f5!important
}

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


BSS: B2B Wholesale Solution | BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency