I want to modify the ‘bottom right corner border radius of the multicolumn card text boxes.’
I can only locate the code for the image wrapper and modify the top left corner radius,
Where do I modify this code for that or what code should I add to be able to this? (like the product card border)
Thank you in advance!
Hello! @Dozoopets this website will be help you https://border-radius.com/
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
1 Like
Hello @Dozoopets
Can you share store URL?
Much appreciated! But I am still confused about where I should add the code to.
@Dozoopets
Could you please share the store or product link with password? This will allow me to inspect it and provide you with a more tailored solution.
1 Like
@Dozoopets Please provide your store password to help you on this.
Hello! @Dozoopets Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. If you have a custom CSS file, open that instead.
- If you can’t find your custom CSS file, open “base.css”
- Add the following code at the end of the file.
body .content-container {
border-radius: 0 20px 0 20px !important;
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
1 Like
Hello! @Dozoopets Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. If you have a custom CSS file, open that instead.
- If you can’t find your custom CSS file, open “base.css”
- Add the following code at the end of the file.
body .content-container {
border-radius: 0 20px 0 20px !important;
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
1 Like
It worked! Thank you so much for you help!!