Home Forums WoodMart support forum Change hover content Additional information in product grid

Change hover content Additional information in product grid

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

    ernestas
    Participant

    Hi, how can we change the attributes shown in “Additional information” hover content option in product grid. We would like to exclude the weight and dimensions, leave only the attributes.

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

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to hide those fields, please define it in Theme Settings -> Custom CSS.

    .product-grid-item .woocommerce-product-attributes .woocommerce-product-attributes-item--dimensions,
    .product-grid-item .woocommerce-product-attributes .woocommerce-product-attributes-item--weight{
        display: none;
    }

    Kind Regards

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