Remove product descriptions from shop page

Hi i dont know what i did - i was trying to make the site - better but it got worse . .the site was fine before - and normal but now when you go to the shop and select a product menu . .the products are showing with all the descriptions as well which makes it very messy and unprofessional - can you please help me get to show only image and add to cart button - and name and price -and leave the description only to when you click the product itself -

thanks - andrew

Hi Andrew,

The extra product info is being added by your Gridlist View For Woocommerce plugin.
You can check the theme’s default shop layout in our demo page

http://demo.theme.co/shop-integrity/

Thanks

hi thanks for getting back so fast :} i went to gridlist view - and hit the default button - and save and purged cahses … but the problem is still there as you can see in this image - the products are showing up with the description below them - which is a pain cause my description s are quite long. . .and also i notice since you mentioned grid /list - when you press the list button to view as a list the button does not do anything > - thanks a . -

hI agian im just thing out loud - cuase i looked at everything from theme options to booster for woo commerce and of course woo commerce settings - and i cant find anything which will fix - so could it be that i updated plugins recently and maybe thats the cause ?

Hi @nailcrazy,

The product descriptions are coming from the 3rd party plugin.

To hide it, please add the following CSS under Theme Options > CSS:

.archive .berocket_lgv_additional_data {
    display: none;
}

Hope it helps :slight_smile:

hey guys it worked like a charm - you are a genius ::}} super super thanks and i hope this helps other ::}}}

You’re most welcome, Andrew. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.