We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Dawn theme troubleshooting

Dawn theme troubleshooting

Sivadarshan
Shopify Partner
406 2 90

I want to hide the cookie bar at the bottom of the website. 

Sivadarshan_0-1751863309816.png

website: https://the-rugged.com/

 

 

Replies 4 (4)

AnneLuo
Shopify Partner
1381 240 281


Try this code by following these steps:
1: Go to the online store - Theme - Edit Code.
2: Find the theme.liquid file and add the following code before the </head>  tag

<style>
#zcb-banner {
  display: none !important;
}
</style>

Hope this helps! If yes then Please don't forget hit Like and Mark it as solution!
If you will unable to implement the same then I'm happy to do this for you, let me know.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

ZestardTech
Shopify Partner
6161 1100 1479

Hello @Sivadarshan,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
.shopify-pc__banner__dialog {
    display: none !important;
}



2nd solution : 
You can remove or manage it from the Customer privacy.
In your Shopify Admin, navigate to Settings > Customer privacy > Cookie banner > More actions > Remove cookie banner.

 

ZestardTech_0-1751865734443.png

 

Let me know if you need further assistance!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

WebDeskSolution
Shopify Partner
252 55 64

Hello @Sivadarshan 

 

Please follow the steps below after logging into your Shopify admin:

  1. Go to your Shopify Admin panel.

  2. Click on Settings Reference Screenshot

  3. Select Customer Privacy > Cookie Banner Reference Screenshot

  4. Click on More Actions and select Remove Cookie Banner Reference Screenshot

The cookie banner will now be hidden from your website.

 

Please hit Like and Mark it as a Solution if you find our reply helpful.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789


Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9

 | USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021

AryanaPainters
Visitor
1 0 0

Thanks AnneLuo,  I also just change my website  logo to center