Shopify themes, liquid, logos, and UX
This is my store : https://charmente.com/products/magnetic-seashell-case
This is what the "Add To Cart" button looks like now :
This is the "Add To Cart" button I want : https://snugshark.co/products/sharkblanket
Solved! Go to the solution
This is an accepted solution.
Hello @Simon159
Go to themes > code editor > find base.css
and then paste this code at the bottom of file
button#ProductSubmitButton-template--22072609538353__main{
background: #8dd1d1 !important;
color: #ffff !important;
font-size: 19px;
font-weight: 700;
}
.product-form__submit::before, .product-form__submit::after{
outline: none !important;
box-shadow: unset !important;
}
Hi,
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I'll help.
Navigate to the 'Edit Code' option in your theme settings, then search for “base.css” in the search bar and add below codes.
.product-form__submit {
background: #8dd1d1 !important;
color: #FDFBF7 !important;
text-transform: uppercase!important;
font-weight: 700!important;
}
.product-form__submit::before, .product-form__submit::after{
outline: none !important;
box-shadow: unset !important;
border: none !important;
}
Add This css in your edit Code > Base.css File
.product-form .product-form__buttons {
max-width: 100%;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
This is an accepted solution.
Hello @Simon159
Go to themes > code editor > find base.css
and then paste this code at the bottom of file
button#ProductSubmitButton-template--22072609538353__main{
background: #8dd1d1 !important;
color: #ffff !important;
font-size: 19px;
font-weight: 700;
}
.product-form__submit::before, .product-form__submit::after{
outline: none !important;
box-shadow: unset !important;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025