How can I remove the 'x' from the cookie pop up?

Hi,

can someone please help me with a code;

  1. to remove the ‘x’ from the cookie pop up.

Thanks

Hi @Happy_little_1

Please share your store URL
So that we can help you.

@Happy_little_1 ,

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!