In the AutoShop Template, the Articles - Category module trys to "show images" where do I turn it off - there is no option in the module manager.
Thank you.
Hi jeffhoneyager
Try to add to your custom.css
.category-module li .intro-image .item-image, ul.category-module li .intro-image .item-image { display:none!important; }
Hope it helps