What's your biggest current challenge? Have your say in Community Polls along the right column.

Change add to cart box color front page and product page

Solved

Change add to cart box color front page and product page

Dekanten
Navigator
326 1 117

Hi

 

I want to change colors on the add to cart boxes on the frontpage, can it be done with a simple code?

 

Thanks in advance. 🙂

 

my url:

www.dekanten.no

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10303 2044 2115

This is an accepted solution.

Hi @Dekanten 

You can do that by adding this code below to your theme.liquid file before </head> in Online store > Themes > Edit code

<style>
.quick-add__submit { background-color: #000 !important; color: #fff !important; }
.product__info-container .product-form__submit {
    background: #540754 !important;
    color: #fff !important;
}
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
10303 2044 2115

This is an accepted solution.

Hi @Dekanten 

You can do that by adding this code below to your theme.liquid file before </head> in Online store > Themes > Edit code

<style>
.quick-add__submit { background-color: #000 !important; color: #fff !important; }
.product__info-container .product-form__submit {
    background: #540754 !important;
    color: #fff !important;
}
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Dekanten
Navigator
326 1 117

Hi Dan

 

Thank u so much, this was amazing and my site goes to another level with this colored boxes. 🙂

 

Im very grateful for all help, great to have guys like you here. 🙂

Dan-From-Ryviu
Shopify Partner
10303 2044 2115

You are very welcome. 😉

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.