Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1301034

    Is there a way to remove the product description from displaying in the Product List?

    #1301219

    Hey 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,
    Yigit

    #1301220

    Thank 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.

    #1301222

    Hi,

    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,
    Yigit

    #1301223

    That 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.
    #1301534

    Hi,

    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.&nbsp; Shipped with care to protect from damage.&nbsp; I pack them in a box with bubble wrap. &nbsp; &nbsp;<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,
    Ismael

    #1302091

    We did not add the h4 element. I’m very confused on why that would be appearing on a couple of the products. Any ideas?

    #1302323

    Hi,

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.