Im using dawn theme and im wanting the boxes to be this colour FFF4FA but the main background to be white
1 Like
Please share your store url. thanks
https://www.olivialouiseofficial.com/
password is OliviaLouiseOfficial
@shelleyfound put this code in base.css file
.card__inner{
background: #FFF4FA !important;
}
hope this will help you thanks.
It only changed the product boxes not the multicolumn one ![]()
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-multicolumn.css->paste below code at the bottom of the file:
.multicolumn-card {
background: #FFF4FA !important;
}
I hope it would help you
Best regards,
Kate | PageFly
1 Like
Thank you so much this worked!