Home Forums WoodMart support forum Cookies remove button Reply To: Cookies remove button

#327687

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

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

a.btn.btn-size-small.btn-color-primary.cookies-accept-btn:before {
    content: "X";
    font-size: 22px;
}
a.btn.btn-size-small.btn-color-primary.cookies-accept-btn {
    font-size: 0;
}

Regards.
Xtemos Studios.