Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1060325

    Hi how can i hide the descriptions from only the shop/product archive categories page.

    • This topic was modified 6 years, 6 months ago by rb4ever2007.
    #1061253

    Hey rb4ever2007,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1061329

    Thanks Victoria for reply
    the site link to the page i want to hide descriptions is

    #1061946

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .post-type-archive-product ul.products.list li.product div[itemprop="description"] {
        display: none;
    }

    Best regards,
    Rikard

    #1062524

    hi Rikard

    thankyou but it doesnt work in grid view

    regards

    #1063293

    Hi rb4ever2007,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .post-type-archive-product ul.products.list li.product div[itemprop="description"] {
        display: none;
    }
    .product-category.product div[itemprop="description"] {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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