Okay
  Public Ticket #1231060
Salient contact form
Closed

Comments

  • Ana started the conversation

    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

  •  9,060
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Ana replied

    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

  •  9,060
    Tahir replied

    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 

  • Ana replied

    Thanks a million :)

    Ana