Hi,
can someone please help me with a code;
- to remove the ‘x’ from the cookie pop up.
Thanks
Please share your store URL
So that we can help you.
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
.privacy-bar {
display: none!important;
}
Hey
Thanks for the reply- but that removed the privacy bar completely - i am looking to remove the ’ x ’ only.
Sorry for misunderstanding, Please remove my previous code and replace it with below code:
.privacy-bar__close {
display: none;
}
Thanks a million!