Home New Guten Forums WoodMart support forum SKU still showing on sometimes

SKU still showing on sometimes

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

    kalonji1
    Participant

    Hi, I looked through the posts and found a solution to removing SKU from product pages (I used the CSS below), it works great on the product pages but when I quick view a product on PC view its showing SKU, also the same for mobile/tablet. Can you help?

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

    Thanks!

    #106437

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global:

    .single .website-wrapper .sku_wrapper{
    display:none;
    }

    Best Regards

    #106479

    kalonji1
    Participant

    Thanks for your reply, im still getting SKU on quick view as before?

    #106507

    Hello,

    Add this code to hide:

    .product-quick-view  .product-image-summary .entry-summary .sku_wrapper{
    display:none;
    }

    Add this code to the Theme Settings > Custom CSS > Global

    Best Regards

    #106588

    kalonji1
    Participant

    It worked, thank you!

    #106597

    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 ‘SKU still showing on sometimes’ is closed to new replies.