Cookie banner customisation

Hi id like to customise cookie banner.

I’d like to add border-radius: 10px; setting to the entire banner and also the two buttons. Could someone help me out with the neccessary code? Gladly appreciated! here is the link: Here

Hey @JustinasR

I don’t see the cookie banner anywhere on your website, is it on any specific page on the site? Let me know.

Best,
Moeed

No it pops up on the homepage. Maybe its the cookies on your browser. Pls use incognito window.

try adding this code in your css file

.shopify-block.cookie-banner,
#shopify-section-sections–21956166418763__footer .cookie-banner,
.cookie-banner__buttons button
{
border-radius: 10px !important;
}