Home Forums WoodMart support forum Hide Product Meta Info

Hide Product Meta Info

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

    jgoods
    Participant

    Hi,

    On the product pages, i set the product meta info to be hidden. All is good.

    However, the product meta is showing under quick view function. How to hide it?

    Thanks.

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

    Hello,

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

    body  .popup-quick-view .entry-summary .product_meta{
    display:none;
    }

    Best Regards

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