The first image is of a multicolumn and the second image is of a collection list I want the corner radius of the multicolumn to be the same as the collection list, there is no option of doing that. Please tell me how I can change the corner radius of columns in the multicolumn section.
Hey @gautams0n1
Kindly share your Store URL and Password if enabled
I can’t provide you with that,do you have another solution
Unfortunately, There isn’t any other way because I need to have a look on your website coding so according to that I can provide you with the code to help you.
Hi,
Seems like need to work on theme.css
Need to work on CSS code something like this as example:
/* Change the corner radius for multi-column section */
.multi-column-section-class {
border-radius: 10px; /* Adjust the value to your desired corner radius */
}
not working
Need to check your backend. If you want you can contact us for this