Sense Theme: Make Multi Columns border rounded

I can do it via inspect element but not the theme itself !
Multi Column in .css i cant find a radius section to set it to like 25px

Any ideas?

Thanks!

Hi and welcome!

Could you post a link to the page you want this change on?

1 Like

Hi Woody,

Thank you - Lewis

Perfect!

Head into your section-multicolumn.css file and search for the following :

.multicolumn-card {
    position: relative;
    box-sizing: border-box;
}

Replace this code with the following:

.multicolumn-card {
    position: relative;
    box-sizing: border-box;
    border-radius: 30px;
}
1 Like

Thank you!

You’re very welcome!

Take a moment to read my signature below, I would highly appreciate it :heart:

Also, if you need help in the future, feel free to message me directly! :slightly_smiling_face:

1 Like