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