Home Forums WoodMart support forum Hiding SKU and tags from Product Quick View

Hiding SKU and tags from Product Quick View

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

    Nagendra
    Participant

    Hello,
    I am trying to hide the SKU and tags from the product quick view page but I am unable to. How do I do it ?

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

    Hello,

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

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

    Best Regards

Tagged: 

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