Hi guys, I need your help to see if I can update my site to the new novator theme, can anyone help me with the css?
I don't like the the photos in the products, latest products, featured, best sellers and special, how do I add a border to it?
How can I do that? What do I need to change?
You can add a border to the product images by customizing the CSS in your theme. Try adding the following CSS code:
CSS
.product-image img {
border: 2px solid #yourcolor; /* Adjust the color and width as needed */
}
This will apply a border to all product images in the mentioned sections.
Im using Novator theme, where exactly do i have to add that code?
Thank you in advance :)