Change the button border color (Dawn 11.0.0.)

DRAWandCARE
Explorer
91 0 10

Hello, everyone!

 

I'm currently using the Dawn 11.0.0 theme for my website, and I've come across a persistent issue: the button border color remains black regardless of my attempts to change it using custom CSS or the theme settings.

 

I would greatly appreciate any help in resolving this problem!

 

Link: Custom Watercolor Cat Portrait – DRAWandCARE

 

olkj1.png

 

olkj.png

 

It doesn't even change when I try to round the button:

 

Безfeasc имени-1.png

 

Replies 2 (2)
BSS-Commerce
Shopify Expert
2829 378 397

Hi @DRAWandCARE ,

You have to put it like this in the css file:

.button.button--primary {
    border-color: #46ff00;
    border: solid 1px;
    color: black;
    background-color: white;
}

Good luck @DRAWandCARE ! 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

DRAWandCARE
Explorer
91 0 10

Thank you for your help! However, I need to remove this black border from the button. It's very noticeable that it remains despite any custom css interventions when I make the button rounder.
Maybe it's some problem in the core code of the theme?

 

arrow bols1.png