Options

Privacy and Cookie Policy

elmanielmani Registered Users Posts: 97 Big grins

Hi all (hope you are well).
I'm starting to get the "Privacy and Cookie Policy" popping up again despite having the code below to stop it. Any ideas? THANKS!

.sm-page-home .sm-page-powered-by{
display: none;
}

sm-eu-cookie-banner {

display:none !important;
}

.sm-page-powered-by A:last-child
{
display: none;
}

/* To stop showing cookie banner */
.sm-cookie-consent {
display: none;
}

Comments

Sign In or Register to comment.