Hey, is there a way to change the colour of the border around a featured product. I have attached an image to show what I am talking about.
Thank You!
Hey, is there a way to change the colour of the border around a featured product. I have attached an image to show what I am talking about.
Thank You!
Helllo,
can You Please Share your store URL? I will Check and provide proper solution
http://www.aurasolhumidifiers.com/
Thank You!
@Aurasol
Hello,
.featured-product.grid--2-col-tablet {
background-color: #ccc;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Like This
this solution its useful so please like and accept this solution
@Aurasol ,
Share the store URL ?
I think that changes the inside colour, I want to change the colour of the light gray border around the product.
Thanks!
@Aurasol
Hello,
.color-background-1.background-secondary {
background-color: #ff0000;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
do you like this?
Thank You!