Remove cookie consent popup from theme

Solved
sabovintage
Tourist
7 0 0

Hey I am using an App for Cookies but (I guess) the Theme itself has an inbuilt Cookies Popup? How Can a remove this Cookies Popup?

 

I am using the Minimog Theme.

 

Screenshot (6).png

Accepted Solution (1)
PageFly-Richard
Shopify Partner
3437 756 1404

This is an accepted solution.

Hi @sabovintage 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Online Store ->Theme ->Edit code

Assets ->Theme.css

[aria-label="cookieconsent"] {
    display: none !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Make your Instagram Feed a Sales Generator with VIBE Shoppable Instagram Feed.

View solution in original post

Replies 2 (2)
PageFly-Richard
Shopify Partner
3437 756 1404

This is an accepted solution.

Hi @sabovintage 

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

 

Online Store ->Theme ->Edit code

Assets ->Theme.css

[aria-label="cookieconsent"] {
    display: none !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7. 


Make your Instagram Feed a Sales Generator with VIBE Shoppable Instagram Feed.

sabovintage
Tourist
7 0 0

Thanks for the reply! It worked!