How can I add different colors to multicolumn sections?

Hi guys,

I have two multicolumn sections (they have no id). How can I add separate colors to them?

Pls check my url: https://189ee3-2.myshopify.com/

Thank you,

Every section has an ID

hi @collins276

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

#shopify-section-template–16762544783542__featured_collection .collection.section-template–16762544783542__featured_collection-padding {

background: radial-gradient(black, transparent);

}

#shopify-section-template–16762544783542__multicolumn_AfzMTV .multicolumn.color-background-1.gradient.background-primary.no-heading {

background: aliceblue;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly