Home Forums WoodMart support forum Language different from website Reply To: Language different from website

#444654

Hello,

It seems to be Newsletter Checkbox appearing at your Site in this regard, if you want to specifically hide it please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.mc4wp-checkbox.mc4wp-checkbox-wp-comment-form {
    display: none !important;
}

Hope this helps !

Best Regards