Okay
  Public Ticket #1189730
removing name and cat. from product page and etc
Closed

Comments

  •  1
    bdignard started the conversation

    I could probably take it out in css but i was wondering if i can take out the text in the product cat. pages through the laborator 

    http://aaronsignature.net/shop/

    i can resize and remove but im hoping that i can do it internally through wordpress

  • [deleted] replied

    Hi there,

    Sorry but I don't think that this is an option on WooCommerce so you can hide those titles with CSS.

    If you want to do that then please add the code below to your Custom CSS area:

    body.woocommerce-page h1.page-title {
        display: none;
    }

    Have a great day!