How can I change the multicolumn background color to white?

i want to change the background color of the multicolumn section to white to be the same color as the web page. please help me. Thank you!

https://1f44cc022elpc03y-72418689329.shopifypreview.com

Hi @lindazi ,

This is Victor 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.content-container {
    background: white !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

2 Likes

Will this change the background color site wide?