Rounded corners on my multicolumn background (Dawn theme)

Hello!

I am rounding the corners on many of the elements on my website, but there isn’t an option to round the corners on the multicolumn backgrounds. Is there a way to do this?

To be more specific to my use case, here’s a screenshot below. You can see the light blue boxes behind the column content (I believe this is called the column background) and I’d love for those corners to be rounded instead of square. I’d like this to apply to all of my multicolumn sections.

Thanks so much!

My website: www.trykindred.com

Theme: Dawn

@mattmark

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.multicolumn.background-primary .multicolumn-card {border-radius: 20px;}
1 Like

Amazing! Did the trick perfectly. Thank you so much!

1 Like

its my pleasure to help us

This didnt work for me. What am i doing wrong? :disappointed_face: