How to removing the black shadow on the send message text within the button?

  • alxbeats
    Asked on January 14, 2017 at 5:39 PM
    how to removing the black
    shadow on the send message text within the button?
  • Jan
    Replied on January 14, 2017 at 5:46 PM

    Please use the CSS code below to remove the black text shadow in the Submit button: 

    .form-submit-button-simple_blue {

    text-shadow: 0px 0px 0px #000000 !important;

    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    How to removing the black shadow on the send message text within the button? Image 1 Screenshot 20

    Hope that helps. Thank you.

  • alxbeats
    Replied on January 15, 2017 at 9:45 AM
    Fantastic thanks kindly Jan,
    I've only got 2 final questions
    How do I remove the same border around the form that shows up when it is
    embedded on my website and finally
    when I send an email and I get the thank
    you message auto response, it doesn't show the full message in mobile and
    is cut of - any ideas as to why?

    Thanks for the great support so far.
    http://agbwebdesign.co.uk/agb_online_solutions/index.html#
    Alex
    ...
  • Ashwin JotForm Support
    Replied on January 15, 2017 at 2:29 PM

    Hello Alex,

    Please note that when you inject the above custom css code, it will reflect the changes in the embedded form as well unless you have used your form's full source code to embed form. I would suggest you to please take a look at your embedded form and see if the changes are reflected.

    I have moved your second question to a new thread and you will be answered here:  https://www.jotform.com/answers/1035020

    Thank you!