Home Forums Basel support forum Product Page Set up

Product Page Set up

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40172

    Paulinein
    Participant

    Hello,

    How can I change the following:

    – Remove the uncategorized tab on the SHOP page
    – Remove SKU and Categories from the product page
    – Add additional tab/box next to description and shipping information
    – Change the related products on a product page

    Regard,
    Pauline

    #40175

    Paulinein
    Participant

    On second thought, I will keep the SKU and Categories tabs. I look forward to hearing from you regarding the rest of the questions.

    Pauline

    #40197

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to remove uncategorized and sku

    .sku_wrapper,
    .posted_in,
    .cat-item.cat-item-56 {
    	display: none!important;
    }

    Here are articles how to customize product tabs and about related products
    https://docs.woocommerce.com/document/editing-product-data-tabs/
    https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)