Product display - by dryurix - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp

  • Avatar: dryurix
    dryurix
    Participant
    April 14, 2014 at 15:34

    Hello
    I need to know that its possible the next items in the product display
    1.- how i can remove the title of the product in the product display?
    2.- how i can remove the tags ?
    3.- How i can remove the sku?
    4.- How i can remove the category?
    5.- How i can remove the title of the product information?
    6.- How i can change the name of the tab description?
    7.- How i can remove the tab “more information”
    Thanxs
    Regards

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    April 16, 2014 at 07:43

    Hello,
    Here are the answers to your questions:
    1. Go to Theme Options > Single Product Page > Show product name > “Off”
    2. There is no option to disable tags on single product page. You can hide it by adding following code in custom.css
    .single-product-page .product-info .tagged_as {display: none;}
    Watch this video tutorial how to create and enable custom.css https://www.youtube.com/watch?v=Qok2zRedRMY
    3. Add the following code into custom.css:
    .product .sku_wrapper { display: none !important; }
    4. Edit custom.css:
    .single-product-page .posted_in { display: none; }
    5. In custom.css add the lines below:
    .single-product-page .product-info h4 { display: none; }
    6. You can rename the tab by editing functions.php file and following the instruction http://docs.woothemes.com/document/editing-product-data-tabs/
    7. Also you can remove the tab as described in this documentation http://docs.woothemes.com/document/editing-product-data-tabs/

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘product display’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.