Home Forums WoodMart support forum Report Abuse Reply To: Report Abuse

#291479

Hello,

I saw the screenshot you attached.

The button seems to be coming from a third party plugin not our theme.

Therefore to remove it Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.wcmp-report-abouse-wrapper {
    display: none;
}

And see if this works for you otherwise it requires Customizations.

Best Regards