Okay
  Public Ticket #2152719
remove category
Closed

Comments

  •  2
    planet99 started the conversation

    hi,

    i try to get rid of category text below the sku with this code but was not able to. any idea?

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
    
  • [deleted] replied

    Hi planet99,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time to hide that with CSS.

    Please add the code below to your Custom CSS area:

    .woocommerce .summary .product_meta>span.posted_in {
    display: none;
    }

    Note: Please be aware as by doing customization if something happens like miss-editing files the responsibility is yours and we won't support you on finding the problem.

    Thanks for your understanding!