AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: Nuno Neff on January 23, 2025, 07:03:29 AM

Title: Novator Theme Help
Post by: Nuno Neff on January 23, 2025, 07:03:29 AM
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?
Title: Re: Novator Theme Help
Post by: Manya Kapoor on February 12, 2025, 01:25:52 AM
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.
Title: Re: Novator Theme Help
Post by: Nuno Neff on February 12, 2025, 11:58:08 AM
Im using Novator theme, where exactly do i have to add that code?

Thank you in advance :)