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

Adding colored borders to the add to cart button - Impulse Theme

Solved

Adding colored borders to the add to cart button - Impulse Theme

jtorres
Explorer
66 0 17

Hello, I would like to add colored border to the add to cart button, just like this example:

Captura de pantalla 2022-03-13 a las 11.45.52.png 

This is my current button:

Captura de pantalla 2022-03-13 a las 11.48.32.png

This is my website: https://divalashargentina.myshopify.com/products/pestanas-magneticas

Thank u in advance!

Accepted Solution (1)

ZestardTech
Shopify Partner
5912 1067 1413

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.scss.css and paste this at the bottom of the file:

button.btn.btn--full.add-to-cart {
border: 1px solid #4ae40a;
}

Screenshot :- https://prnt.sc/_PDUH5Kaqp9k

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

ZestardTech
Shopify Partner
5912 1067 1413

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.scss.css and paste this at the bottom of the file:

button.btn.btn--full.add-to-cart {
border: 1px solid #4ae40a;
}

Screenshot :- https://prnt.sc/_PDUH5Kaqp9k

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
jtorres
Explorer
66 0 17

Thank you very much! It worked perfectly. I appreciate your time and effort on helping me!

sangok420
Excursionist
39 0 13

Hello, what if I want to add borders to slideshows button? What would be the code? I use os 2.0 Focal theme