Home Forums Basel support forum SKU when N/A

SKU when N/A

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

    Dariusz
    Participant

    Hi,
    I want do hide SKU when it’s N/A (not added via CMS). On page we have “SKU :brak”, I’ve made that JS:
    jQuery(“.sku_wrapper span:contains(‘brak’)”).parent().css(“display”, “none”);
    Is that okay? Where should I add it do make it work?
    Check here: https://watchbay.pl/zegarki-automatyczne/squale/2002-series/101-atmos-pvd-black/

    #174354

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

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