Hi,
I wan't to change the default button colour for the subscription module form but it doesn't change when i add it to my template custom css.

This is what i added:

.acymwysidcolumnelementbutton {
background-color: #020c7d !important;
}
Also tried this:
.btn.btn-primary.button.subbutton {
background-color: #020c7d;
border-color: #020c7d;
}

Both get ignored.

What should the css be and where do i need to put it for it to change?

Kind regards

Hi,

This should do it:

input.btn.btn-primary.button.subbutton {

You need to add your css to your template's custom css

8 days later