Okay
  Public Ticket #1109851
Product description display
Closed

Comments

  •  2
    pullen18 started the conversation

    Hello,

    I would like to remove the product description below the products on the category pages. 

    I have attached a screenshot of the issue. I cannot seem to find an option to remove this in theme options or Woo Commerce.

    Please assist.


    Thank you.

  •  1,560
    Laborator replied

    Hi there,

    That's strange, there isn't any shop item description that's added through the theme as I know, maybe you're using a 3rd party plugin.

    Anyway, you can fix this by adding the following CSS to your Custom CSS area:

    .laborator-woocommerce .items .product.product-type-simple p {
        display: none !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    pullen18 replied

    Thank you, that worked.

    One last question, how can i resize my product image box so that the entire product image can be visible and not cut off?

    Please see screenshot for example.

    Thank you

  •  1,560
    Laborator replied

    Hi there,

    You can do that on your theme options, see the instructions on the image below:


    (view large version)

    If you have any issue or other question, please write a new ticket instead of replying here.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group