Hi,
I’ve found something like that:
https://kriesi.at/support/topic/dynamic-css-overriding-custom-css-on-the-submit-button/
But it doesn’t work for me. Is the reason the third-party widget, which I have in use or should it work too? It’s called formidable.
Best regards,
Frank
Hi scfran!
Can you post the link to your page where you would like to customise your submit button please?
Cheers!
Yigit
Hi!
Please add following code to Quick CSS
input[type="submit"] {
background-color: #ffffff;
color: #adadad;
padding: 8px;
border-radius: 0px;
border: 1px solid #adadad;
inner-border-radius: 0px;
inner-border: 1px dotted #c2c2c2;
font-family: quicksand;
text-decoration: none;
}
Best regards,
Yigit
Hi,
it works, but only with the attribute important for background-color and color.
Thanks Yigit!