Home Forums WoodMart support forum Quick Select Issue Reply To: Quick Select Issue

#28673

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.quick-shop-form .facebook_messenger_popup, .quick-shop-form .nj-facebook-messenger {
    display: none !important;
}

Regards