We are live and have noticed when testing the contact form, that there are coloured texts on entering (orange) and when message sent -the message sent box is framed in green. Is there a way to change/remove this on Salient to a custom colour/no frame as it is not ticked on accent colours and there doesnt appear to be anything in contact settings.
If the text you enter could be black to coordinate with site, and the frame around the 'your message has been sent' maybe removed altogether and that message in a grey perhaps, if this is possible.
Hello
We are live and have noticed when testing the contact form, that there are coloured texts on entering (orange) and when message sent -the message sent box is framed in green. Is there a way to change/remove this on Salient to a custom colour/no frame as it is not ticked on accent colours and there doesnt appear to be anything in contact settings.
Thanks a million
Ana
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hey
http://80-six.com/#Contact Us
If the text you enter could be black to coordinate with site, and the frame around the 'your message has been sent' maybe removed altogether and that message in a grey perhaps, if this is possible.
Many thanks in advance
Ana
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
div.wpcf7-mail-sent-ok { border: 2px solid rgba(57, 143, 20, 0) !important; } body[data-form-style="minimal"] .mi nimal-form-input.filled input, body[data-form-style="minimal"] .minimal-form-input.has-text input, body[data-form-style="minimal"] .minimal-form-input.filled textarea, body[data-form-style="minimal"] .minimal-form-input.has-text textarea { color: #27cfc3 !important; }
Thanks
ThemeNectar Support Team
Thanks a million :)
Ana