How to round the corners of the "accept" and "decline" boxes in the cookie banner ?

Hi all !

How to round the corners of the “accept” and “decline” boxes in the cookie banner ?

Hi @Nykuu

Please, share your store URL and the password. Thanks!

hey @Nykuu share the URLs of your website plz and if there is any password plz share it

Hello @Nykuu
Welcome to the Shopify Community! Kindly share your store URL and password (if it is password-protected), so that I can review it and provide you with an accurate solution.

https://slom-onlinestore.com/

oiupili

Hello @Nykuu
I checked, but the cookie banner is not visible on the site.

Hi !

here´s the password: oiupili

i think the banner is visible now.

please check again.

thanks

Hi @Mustafa_Ali

here´s the password: oiupili

Thanks for the info, try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
button#shopify-pc__banner__btn-accept, button#shopify-pc__banner__btn-decline {
    border-radius: 20px !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!