Home › Forums › WoodMart support forum › Cookies remove button › Reply To: Cookies remove button
October 26, 2021 at 1:09 pm
#327687
Aizaz Imtiaz Awan
Keymaster
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.