Hi, on my store vinup.store i would like the cookiebanner ‘accept’ button to have another color: #E19F67 with white tekst. How to i do this?
Thanks in advance.
Hi, on my store vinup.store i would like the cookiebanner ‘accept’ button to have another color: #E19F67 with white tekst. How to i do this?
Thanks in advance.
At your base.css
button#shopify-pc__banner__btn-accept {
background: #E19F67 !important;
}
This is how it works in my test shop.