Home Forums WoodMart support forum how to hide “SKU” at product detail page

how to hide “SKU” at product detail page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #689876

    chutipao27
    Participant

    hello
    i didn’t input any SKU information at products detail page
    but SKU still display
    how can I hide it ?

    Attachments:
    You must be logged in to view attached files.
    #689895

    Hello,

    Please enter product page editing mode > Inventory > and remove the SKU. It will not be shown on a single product page. https://postimg.cc/MvsjgHM6

    If you want to remove globally, navigate to Theme Settings > Single Product > Elements > In the Show Product Meta area, choose the product meta option “hide”. https://ibb.co/dgbPQtw

    But if you want to remove only SKU, try to use this custom css code in Theme Settings > Custom CSS:

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

    Best Regards,

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