BUgs on 'COOKIE LAW INFO'
-
Hi there,
I found an issue with ‘COOKIE LAW INFO’ and after customer acceptance, the notice will disappear, however, if the customer print any pages of site, rarely happen, on the print it shows this ‘COOKIE LAW INFO’ and covers the context.
please see the 2nd and 3rd pages of the attached file.
will be great if you can resolve it.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to hide this message
@media print {
.woodmart-cookies-popup {
display: none;
}
}
Regards
The topic ‘BUgs on 'COOKIE LAW INFO'’ is closed to new replies.