Home Forums WoodMart support forum Quick View SKU disable

Quick View SKU disable

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #638828

    MatoZato
    Participant

    Hello. I disabled SKU with code:
    body.single .product_meta > span.sku_wrapper{
    display:none;
    }

    On product detail, but i see SKU in QUICK VIEW.

    Please, how can i disable it?

    Thank you very much.

    #638979

    MatoZato
    Participant

    Hello. I disabled SKU with code:
    body.single .product_meta > span.sku_wrapper{
    display:none;
    }

    On product detail, but i see SKU in QUICK VIEW.

    Please, how can i disable it?

    Thank you very much.

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

    Hung Pham
    Keymaster

    Hi MatoZato,

    Thanks for reaching to us.

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

    .mfp-wrap .product_meta>span.sku_wrapper{
        display: none;
    }

    Kind Regards,

    #639059

    MatoZato
    Participant

    Its work.

    Thank you very much.

    #639088

    Hung Pham
    Keymaster

    Hi MatoZato,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘Quick View SKU disable’ is closed to new replies.