AbanteCart Community

AbanteCart Development => Customization help => Topic started by: maggenti on February 09, 2017, 05:56:21 PM

Title: How to stop bullets in product description
Post by: maggenti on February 09, 2017, 05:56:21 PM
First, GREAT CART, I have tried around 8 different ones and this is GREAT. However I am having a silly problem with bullets. I can not get ride of them in my product description. Normally I use <ul class="list-unstyled"> from bootstrap 3 but it does not work?, I have tried lots of different things and nothing is working for me, please help. Thanks for anyone's help.
Title: Re: How to stop bullets in product description
Post by: Basara on February 10, 2017, 01:36:27 AM
Hello.
Try
Code: [Select]
<li style="list-style:none;"> or edit your template CSS
Title: Re: How to stop bullets in product description
Post by: maggenti on February 10, 2017, 12:21:54 PM
Tried it, does not work.  The only thing I can get to work is when I use !important, which will get me in trouble later on.  Any other ideas would be welcomed, thanks
Title: Re: How to stop bullets in product description
Post by: maggenti on February 10, 2017, 01:05:25 PM
It did work I was wrong! Thank you very much