How do i remove Product Code / SKU from single product side?

This topic has 4 replies, 2 voices, and was last updated 4 years, 2 months ago ago by Olga Barlow

  • Avatar: Martin Wozny
    Martin Wozny
    Participant
    January 27, 2020 at 12:30

    Hi i want to remove SKU / Product code from my single product side. And i still want to keep it in backend.

    I tried adding this CSS Code to my Global CSS in Custom CSS Page in Theme Options:

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

    But it doesnt work.. Any Ideas?

    EDIT:

    I tried adding

    .sku_wrapper{
    	display: none !important;
    }

    to Extra CSS in customize tab
    And it worked.

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 27, 2020 at 13:42

    Hello,

    Try the following code

    .quick-view-popup .product-info .sku_wrapper, .single-product-page .product-info .sku_wrapper {
        display: none;
    }

    Regards

    Avatar: Martin Wozny
    Martin Wozny
    Participant
    February 4, 2020 at 01:33

    How can I change language of top header panel?

    YOUR ACCOUNT – LOGOUT
    Cart -5 items and Search.

    I want to use our local language(danish)

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 4, 2020 at 10:26

    Hello,

    Follow the documentation to translate theme https://www.8theme.com/demo/docs/legenda/Theme_Translation/Base_Theme_Translation.html

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.