Home Forums WoodMart support forum text not showing Reply To: text not showing

#256650

Hello,

I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.bottom#tawkchat-message-preview-container {
    display: none;
}

Best Regards.