Tagged: product list
-
AuthorPosts
-
May 18, 2021 at 4:16 pm #1301034
Is there a way to remove the product description from displaying in the Product List?
May 19, 2021 at 3:47 pm #1301219Hey Beth,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-catalogue-container-woo .av-catalogue-content { display: none; }
Best regards,
YigitMay 19, 2021 at 4:01 pm #1301220Thank you, Yigit. That works, but removes the “Show Details” option I had added — https://kriesi.at/support/topic/how-to-add-an-add-to-cart-button-in-product-list-option-thumbnail-zoom/
My earlier request was to have an “add to Cart” button, or “Show Details” button set up. That is essential for this project. Is there a way to add that and remove the description?
I need the image, title, price, and an “Add to Cart” and/or “Show Details” button.
Thank you.
May 19, 2021 at 4:06 pm #1301222Hi,
Sorry, did not notice it. Please use the code as following instead and that should only remove the content :)
.av-catalogue-container-woo .av-catalogue-content .lip { display: none; }
Best regards,
YigitMay 19, 2021 at 4:11 pm #1301223That did not work. The description is still there with the first product. Any idea why?
- This reply was modified 3 years, 6 months ago by cinchmedia.
May 21, 2021 at 7:32 am #1301534Hi,
The css code above is not working for the first catalogue item because for some reason, it is missing the lip container which exists on other catalogue items. This is the markup of the first item’s content.
<div class="av-catalogue-content">Amazing Spider-Man #304 NM Bagged and Boarded. Shipped with care to protect from damage. I pack them in a box with bubble wrap. <strong class="avia-catalogue-add-to-cart"> [Show Details]</strong></div>
And this is the markup of the catalogue items with the h4 tag with the class name lip.
<div class="av-catalogue-content"> <h4 class="lip">Amazing Spider-Man #305 NM</h4> <h4 class="lip"></h4> <strong class="avia-catalogue-add-to-cart"> [Show Details]</strong></div>
Did you add the h4 element manually?
Best regards,
IsmaelMay 24, 2021 at 9:02 pm #1302091We did not add the h4 element. I’m very confused on why that would be appearing on a couple of the products. Any ideas?
May 25, 2021 at 10:02 pm #1302323Hi,
Thank you for the update.
It might be coming from a plugin or from a custom script. Did you check the products? Try to look for those containers in the text editor, and try to disable the plugins temporarily and see if it changes anything in the catalogue element.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.