Dawn Theme version 11.0 how to change outline color banner button box

My url is pourdecisionsdistillery.com, I am trying to change the outline of the banner button on the homepage that says Shop Now to a solid white border. I cannot seem to get it to change

Hi @madspeed50

You can do that by adding this CSS code in your Custom CSS of that image banner in your Online store > Themes > Customize

.button--secondary {
border: 1px solid #fff;
}

1 Like

Hello @madspeed50 :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.banner__buttons .button::after {
    border: 1px solid white;
}

The result

Hope it helps!

Hi @madspeed50 ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at the bottom of the file → Save

banner__buttons:after{box-shadow:none !important}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly