Home Forums Themes Support Claue remove category from product page

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #22124

      hello

       

      could you please tell me which file has information with product template?

      And how I can completely remove from showing on product page category and SKU see attached

       

      I have tried this code below, but it shows category on loading the page then it disappears, I want totally remove it

      .posted_in {

      display: none !important;

      }

       

      thank you

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

      Hi,

      Please add below code

      .product_meta {display: none;}

      Best regards

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

    • #22161

      but this will remove product tags as well? how could I keep tags but not category and SKU?

    • #22174

      Please change prev code to

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

      Best regards

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

    • #22182

      thank you it works perfectly now!

Viewing 4 reply threads

You must be logged in to reply to this topic.