Would like to remove sku, tags, additional information tab, and…

This topic has 2 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler

  • Avatar: amyapap
    amyapap
    Participant
    November 8, 2017 at 12:31

    Hi,

    Everything is up to date.

    On single product detail page,

    1. I would like to remove
    -sku
    -tags
    -description header
    (not the entire tab, just the header to disappear, so the contents on description section to appear right below the product images)
    – and additional information tab (the entire section to be gone)

    Is there css code to remove these?

    2. Where/how can I change the term “Related Products” to something else like “We Also Recommend”?
    3. How can I change the related products setting to show 5 products per row instead of 4 per row (the default setting)?

    Look forward to hearing back from you soon.
    THANKS!

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 13:49

    Hello,

    1. Please try to add this code in Theme Options > Styling > Custom css:

    .single-product .product-information .product_meta {
        display: none;
    }

    Please read this article https://docs.woocommerce.com/document/editing-product-data-tabs/

    -description header
    (not the entire tab, just the header to disappear, so the contents on description section to appear right below the product images)

    – please provide screenshot for better understanding and link to your site.
    2. Please read this topic https://www.8theme.com/topic/change-words/
    3. There is no such setting, but you may change it in file http://prntscr.com/h7re8u
    xstore/woocomerce/single-product/related.php. We recommend making changes in the child theme https://codex.wordpress.org/Child_Themes because you’ll lose all modifications after each theme update.

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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