Home Forums WoodMart support forum BUgs on 'COOKIE LAW INFO'

BUgs on 'COOKIE LAW INFO'

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #84631

    rahmankhah
    Participant

    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.

    #84632

    rahmankhah
    Participant
    #84663

    Artem Temos
    Keymaster

    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

    #84858

    rahmankhah
    Participant

    Thanks.

    #84871

    Artem Temos
    Keymaster

    You are welcome.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘BUgs on 'COOKIE LAW INFO'’ is closed to new replies.