remove images and image boxes in the product catalog

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?
site in question is koshary.mediadiversion.com
thanks!
Adam

Comments

Sign In or Register to comment.