Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Novator Theme Help  (Read 5266 times)

Offline Nuno Neff

  • Full Member
  • ***
  • Posts: 246
  • Karma: +28/-10
    • View Profile
Novator Theme Help
« 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?
« Last Edit: February 04, 2025, 06:14:28 AM by Nuno Neff »

Offline Manya Kapoor

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-1
    • View Profile
Re: Novator Theme Help
« Reply #1 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.

Offline Nuno Neff

  • Full Member
  • ***
  • Posts: 246
  • Karma: +28/-10
    • View Profile
Re: Novator Theme Help
« Reply #2 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 :)

 

Powered by SMFPacks Social Login Mod