Shopify themes, liquid, logos, and UX
Hi for my website https://www.vinup.nl/en I would like to change the 'Decline' button for the Cookiebanner to a white button with the orange text and outline of the button ( HEX #C87632 )
Can anyone help me with this?
Solved! Go to the solution
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag
<style>
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-decline{
color: #C87632 !important;
background: #fff !important;
border: #C87632 1px solid !important;
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag
<style>
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-decline{
color: #C87632 !important;
background: #fff !important;
border: #C87632 1px solid !important;
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Thank you so much!
Hi @VinUp, thanks for reaching out.
I checked and it looks like cookies might be disabled on your store. Could you check and confirm if the cookie banner is currently active?
I look forward to hearing from you.
Liz
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025