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 ![]()
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.
@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;
}
@RubberDuck44 - please put !important after each property and check
That made the difference! Thank you
![]()