View products in list

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Fri Feb 27, 2015 4:30 pm
Hi,
I would like to change the products view to be a list (one product per row) with a short description on the right and image, header and price on the left. I tried a couple of solutions but it always affects the categories and subcategories view as well (I want them to stay in a grid). Is there a solution for this? Maybe a plugin...?

And also how to completely remove the overlaying circle showing up on hover?

I know this may be too much to ask, but anything you can help me with will be much appreciated. Tnx
User avatar
Senior Boarder

GK User
Fri Feb 27, 2015 8:01 pm
Hi,

Your layout requires a lot of modifications ( css and overriding woocommerce template files), unfortunately it's beyond our technical support.

Regarding the overlay circle on hover, please add the following css code into css/override.css file:

Code: Select all
.wc-product-overlay .gk-wc-view {
   display: none;
}
User avatar
Moderator


cron