How can I modify the Add to Cart border and background in the Motion theme?

Hello,

Theme is: Motion

I can`t find from code side where I can change border for section ADD TO CARD.

And how to put payment methods (picture bottom on Buying now)

Please provide me correct location where I can change border and background color.

Many thanks for your help and feedback

1 Like

@rebaxshop

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

Hi there @rebaxshop ,

Add the following code to your theme.css file

button.add-to-cart {
border: 1px solid black !important;
background-color: green !important;
}

obviously, you should change the value of both properties as per your requirements. Hope it helps?

1 Like

Many thanks for your feedback.

There is a link: https://rebax-shop.myshopify.com/

If you have any suggestion or advice to make our shop look better, more beautiful and more dynamic please add some words.

I am very grateful for the help.
Since I am not from this industry, any help and advice would be welcome.

I AM VERY THANKFUL FOR HELP !!!

1 Like

Hey,

Thanks for reply.

On which section I can find that code for editing.
I try to use search but no lucky.

When I use inspect element I can change but I can`t find this button with name:

@rebaxshop

password protect

1 Like

I find :grinning_face_with_smiling_eyes:
Many thanks for your help.

Just one more question and I have no more problems (for now: D)
How to insert payment options, to appear (Visa, paypall, master card) in the form of the image below Buy Now.

Please check inbox.

Thanks to you my friend!

1 Like

@rebaxshop

thanks can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.btn--tertiary, .rte .btn--tertiary {
color: #fff;
border: 4px solid #20409a!important;
    background-color: #20409a !important;
}

Yes I`m successfully edit this code…

Thanks friend..

Second question is regarding payment option (pictures) in blue circle on picture:

1 Like

@rebaxshop

its my pleasurer to help us

also i can’t see second issue please show me

1 Like

Hey,

If you have any suggestion or advice to make our shop look better, more beautiful and more dynamic please add some words.

There is second question,
How to insert payment options, to appear (Visa, paypall, master card, etc) in the form of the image below
“Buy Now”.

rebaxshop_0-1640690446445.png

1 Like

@rebaxshop

do you need more payment icon

https://ui-elements-generator.myshopify.com/pages/methods-of-payment

1 Like

No need, this is enough :grinning_face_with_smiling_eyes:

One more suggest and I`m finish, where I need to insert this code (I mean on code side, to be sure that will appear at the bottom Buy now ?

Again, many thanks for your help.

1 Like

@rebaxshop

Yes this current!

Hello my friend,

I make change like I see on site which you provide to me.

“Copy and paste the code below into your theme.liquid file between the and tags. The buttons will appear wherever you place your code.”

And then it appears there:

On which way I can put this code to appear there:

This is my last question and many thanks for your feedback!

@rebaxshop

yes, please that code whenever do you have display

1 Like

Thanks for reply, whenever I put this code it appears on different position.

I need on current position like you can see on last picture…
As you can see, when I paste whenever I want it not help me to put picture on place when I want to be.

If you understand me what I mean?

@rebaxshop

do you need this below add to cart button on product page so please open product page code and find add to cart

code and that code

It would be very good if you could help me find the path where to insert that code.
I can’t figure out which section to put :disappointed_face:
Can you look at the site and tell me exactly where it should be placed :disappointed_face:

1 Like