how can i change my add to cart button in design 9 from outline to solid (kalles theme)

I want to change the ‘Add to Cart’ button in the Product Design 9 layout of the Kalles theme from transparent (outline) to a fully filled color. I would like it to be solid instead of outlined. Please assist me with this modification.

.

https://drive.google.com/drive/folders/16YJyknSb0MtGywVfJ5aYuti8d8JkY7U9?usp=sharing

Hello @MASFOU
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

pmvshop.com

password meojer

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.t4s-product-form__buttons .t4s-pr__notify-stock{ color: #937cd1 !important; border: 2px solid #937cd1 !important; } .t4s-product-form__buttons .t4s-pr__notify-stock:hover:not([disabled]), .t4s-product-form__buttons .t4s-pr__notify-stock:hover{ border: none !important; color: #fff !important; }

RESULT:

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

i want change add to cart button from best seller

look please

https://drive.google.com/file/d/1SWNvpqAtNgq1Xlr224spf5LoosIhaOlP/view?usp=sharing

can you help me please?