How can I modify the CSS for a button's margin, border-radius, and background color?

Hi!
How do i address this button?

I would like to add some margin-top, border-radius and change the backround-color.

The image that you attached isn’t clear enough to see what the text is. If you copy and paste the code using the HTML formatting option that would probably help you get a response faster :slightly_smiling_face:

Like this?

@RubberDuck44 - can you share your page link whereyou have this button? issue is if it does not have any unique id or class then all buttons will be affected.

https://fastshades.no/collections/raske-briller/products/party-shades-gronn

@RubberDuck44 - please add this css and check, background and fill should change the colors, right now looks like screenshot

[name="vipps-hurtigkasse-add-to-cart"] {
    background-color: #000000;    border-radius: 20px;    margin-top: 20px;
}

[name="vipps-hurtigkasse-add-to-cart"] rect {
    fill: #000;
}

@suyash1

Then it looks like this :sweat_smile:

@RubberDuck44 - please put !important after each property and check

@suyash1

That made the difference! Thank you :clap: :+1: