Cookie banner

Solved

Cookie banner

Arenae32
New Member
7 0 0

IMG_1027.jpeg

does anyone know how to remove this cookie banner? I have messed with the cookie banner in the customer privacy but it is not the same banner which leads me to believe this current one is imbeded into the theme files coding. Would anyone know where it could be located? It looks ugly and doesn’t match the color way of website and it isn’t really necessary as cookie banners are only necessary in certain countries 

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1969 564 566

This is an accepted solution.

@Arenae32 ,

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file theme.liquid

Step 3: Add this code before </body> tag

<style>
.cookie-bar.js-cookie-bar {
  display: none!important
}
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSSCommerce-B2B
Shopify Partner
1969 564 566

This is an accepted solution.

@Arenae32 ,

Step 1: Go to Admin -> Online store -> Theme > Edit code

Step 2: Search for the file theme.liquid

Step 3: Add this code before </body> tag

<style>
.cookie-bar.js-cookie-bar {
  display: none!important
}
</style>

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Arenae32
New Member
7 0 0

Thank you