Individuell css class for button not working anymore after plugin update
-
Hi there, just saw that on several websites with ninja forms after plugin update to latest version, the individual css class set for the submit button and styled in custom css, does not work anymore.
With the last version before the update, the class to design the button still works.
i.e
.sendbutton input[type=”button”] {
background: #ee7600 !important;
border: 1px solid #ee7600 !important;
color: #fff !important;
margin-top: 40px;
padding: 10px 100px;}
.sendbutton input[type=”button”]:hover {
background: #274486 !important;
border: 1px solid #274486 !important;
color: #fff !important;}
The page I need help with: [log in to see the link]
- The topic ‘Individuell css class for button not working anymore after plugin update’ is closed to new replies.