Shopping Cart Operations > Template Support

Novator Theme Help

(1/1)

Nuno Neff:
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?

Manya Kapoor:
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.

Nuno Neff:
Im using Novator theme, where exactly do i have to add that code?

Thank you in advance :)

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod