The style of this site has rounded corners for all of the images, but I can't quite see a way to do that for the Product Categories element. Is there a way to force those category images to have a 10px border radius?
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
.woocommerce ul.products li.product a img {
border-radius: 10px;
}
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related.
If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
The style of this site has rounded corners for all of the images, but I can't quite see a way to do that for the Product Categories element. Is there a way to force those category images to have a 10px border radius?
Thank you!
Attached files: Screenshot 2024-02-16 at 3.37.49 PM.png
Hi Melanie,
Thanks for writing to us.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related.
If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Thank you! That worked. :)
Hi Melanie,
You're welcome.
I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.
Your feedback is valuable to us and greatly appreciated!