Home Forums WoodMart support forum Hide Tags on QuickView

Hide Tags on QuickView

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

    shopakr
    Participant

    Is there a way to hide Tags from displaying on the QuickView?
    Please view: https://www.screencast.com/t/XpwPecckA

    #293221

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .popup-quick-view .product_meta>span.tagged_as {
        display: none;
    }

    Best Regards

Tagged: 

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