Trying to add Custom CSS for the template wanting to change the default button background. This doesn't seem to work: .acym__wysid__column__element__button { background-color: #348f3f;} What am I doing wrong here?
.acym__wysid__column__element__button { background-color: #348f3f;}
Try this instead
.acym__wysid__column__element__button { background-color: #348f3f !important; }
mihha Thanks, thats it.