AbanteCart Community
AbanteCart Development => Customization help => Topic started 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.
-
Hello.
Try <li style="list-style:none;">
or edit your template CSS
-
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
-
It did work I was wrong! Thank you very much