Add to basket button

Hi everyone.

Ridiculous as it seems, I can’t make it appear. The shop is looking great, all designs added, but looks like you can’t buy anything…

I must be missing something. Any help is much appreciated.

Hope you have a great evening!!

I think you changed the Buttons CSS. Just change the color back to red or delete your edited Button CSS from your Custom CSS.

If you changed the Button CSS before, just delete this CSS from your custom css:
.sprd-btn-primary {
background-color: #e2122f !important;
border: 1px solid #e2122f !important;
color: #fff !important;
}

If you did’nt changed the Button CSS before, just add this CSS to your custom CSS:
.sprd-btn-primary {
background-color: #e2122f !important;
border: 1px solid #e2122f !important;
}

Greets David

1 Like

Any help is much appreciated.

Yup it looks like you’ve edited the button colour? :open_mouth:

Did the CSS provided by @Prettylittlebuyers above there work, did you try it out?

Could you please let us know so we can help you out further.