Home Forums Themes Support Claue-Shopify How to hide the description on all products page?

Topic Resolution: Resolved
Viewing 7 reply threads
  • Author
    Posts
    • #20828

      How to hide the description on all products page and make all image thumbnails same size?

      Attachments:
      You must be logged in to view attached files.
    • #20851

      Hi,

      1. Please add below code to Theme Settings > Custom Code > Custom CSS

      .template-collection .product-description {display: none;}

      2. Please refer this topic https://ecommerce.shopify.com/c/off-topic/t/how-to-make-images-the-same-size-305063

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20877
      1. Thank you, it does hide the description but I also want to hide the 2 tabs
    • #20890

      Also it does not hide description on the home page featured products section..

    • #20911

      Hi,

      Please change prev code to

      .template-collection .product-description, .template-collection .product-description {display: none;}

      Could you send me the link and screenshot related to 2 tabs?

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #20997
      This reply has been marked as private.
    • #21017

      Sorry i wrong.

      Please change code to

      .template-index .product-description, .template-collection .product-description {display: none;}

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #21032

      It worked ! Thank you Harry

Viewing 7 reply threads

You must be logged in to reply to this topic.