Your account expired support, please renew to get your support.

Home Forums Themes Support Gecko Remove the SKU and TAGS on product

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #34536
      delladang
      Support Expired

      Hi,

      What’s the code to remove “SKU:” and “Tags:” on the product page?

      Della

    • #34540
      Harry
      Support Expired

      Hi Della,

      to remove SKU and tag please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .product_meta .sku_wrapper,
      .product_meta .tagged_as {
      	display: none;
      }

      Kind regards

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

    • #34541
      delladang
      Support Expired

      Thank you again.

    • #38917
      fomorenom
      Support Expired

      Hi,

      And how i can remove the categories?

      Attachments:
      You must be logged in to view attached files.
      • #38921
        Harry
        Support Expired

        Hi,

        Please use code

        .product_meta > span {
        	display: none;
        }

        Kind regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.