MASFOU
December 2, 2024, 10:08am
1
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.
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
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.
MASFOU
December 2, 2024, 10:29am
5