I have a list of Featured Products by the Tag/Module: {module_productfeaturelist,Featured Product}.
Everything works great, except I am getting big bullet before each product listed. Obviously I need to add styling "list-style:none" but I can't figure out where I would add that to make it work. I have added the styling to the <td></td> as well as putting the module into a <span></span> and having a class for the span with the styling. Nothing is working.
How would I style a "{module_productfeaturelist,Featured Product}"
Thanks!!
So that anyone else has this problem. I figured out how to style the module. {module_productfeaturelist} "productfeaturelist is a class. Just add the class to your css and add list-style:none to it. Works great.