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

Home Forums Themes Support Gecko Remove Categories from under add to cart

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #31739
      Image_House
      Support Expired

      Hi, how can I remove ‘Categories’ from under the add to cart button on the product pages?

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

      Hi Image_House,

      Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .product_meta .posted_in {display: none;}

      Kind regards

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

    • #31749
      Image_House
      Support Expired

      Thanks Harry

    • #34458
      delladang
      Support Expired

      This code did not work for my site. Is there one that works to remove SKU and Category, both are under the Add to Cart button?

       

      • #34459
        Harry
        Support Expired

        Hi delladang,

        Please use below code

        .entry-summary .product_meta {
        	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.