News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Change the border on products

Started by demoncho87, January 18, 2017, 10:36:27 AM

Previous topic - Next topic

demoncho87

Hello i want to add a border over all product in categories like the picture below. Thanks in advance.

Sam_78

Hi,
You have to make some changes in coding
in file template\blocks\product_list.tpl after line 32 which is <div class="col-md-3 col-sm-6 col-xs-12">
add one more div like <div class="display-border"> right after it and add </div> on line 80
Do the same thing in template\pages\product\product_listing.tpl


now add css for this class=display-border in style.css  so go to stylesheet\style.css

.display-border{
   border: 3px solid #e5e5e5;
        border-radius: 19px;
   padding: 2px 2px 2px 2px;
}

Note: You can edit the styling-color as per your requirement

demoncho87

Thank you so much. I`ve made it and looks good!

Forum Rules Code of conduct
AbanteCart.com 2010 -