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!
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?
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;
}
Thank you!
You’re very welcome!
Take a moment to read my signature below, I would highly appreciate it
Also, if you need help in the future, feel free to message me directly!