Home Forums WoodMart support forum Remove SKU Number

Remove SKU Number

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #59942

    betterend
    Participant

    Hi,

    Please i want to remove the SKU number under the product, i don’t want to show it is there a way to hide it.

    Thank you,

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

    Hello,

    Please provide your site admin access.

    Best Regards

    #59964

    betterend
    Participant

    Hi,

    I have sent you the credentials in private message, but please can i also know how because i have 2 other websites i want to hide the SKU number.

    Thank you

    #59976

    Hello,

    You can hide it only with custom CSS. Please add this code to Theme Settings > Custom CSS

    .meta-location-add_to_cart .product_meta>span.sku_wrapper{
        display:none!important;
    }

    Best Regards

    #60021

    betterend
    Participant

    that’s great thank you a lot 🙂

    #60043

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove SKU Number’ is closed to new replies.