Home Forums WoodMart support forum Compare icon does not appear in mobile Reply To: Compare icon does not appear in mobile

#125322

Artem Temos
Keymaster

Hello,

Use the following CSS code for mobile devices

body .woodmart-hover-base .product-compare-button {
    display: block;
}

These fields are connected to additional options in WooCommerce for products. The correspond to initial quantity and size guide fields. Even if they are empty, they are stored in the database and it is how the WooCommerce works. We are not able to remove them.

Kind Regards