How do I change the box colour on multicolumn but leave the background white?

Im using dawn theme and im wanting the boxes to be this colour FFF4FA but the main background to be white

1 Like

Hi @shelleyfound

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 :disappointed_face:

Hi @shelleyfound

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!