I'm using the woocommerce plugin as more of a menu for the restaurant I'm building the site for, and so I just want to disable the images so that the product list looks more like a menu.
i've tried a few different css tricks that work momentarily, but they don't seem to work anymore
.woocommerce ul.products li.product .image_frame
{display: none !important;}
div.image_frame.scale-with-grid.product-loop-thumb
{display: none !important;}
any ideas?
thanks!
Adam
Comments