How can I get rid of the css for a pre-styled button from a theme?

  • sweetstform
    Asked on January 7, 2017 at 12:40 AM

    The button code isn't visible. How do I change/remove the green button code? I tried overwriting it w/!important, but it doesn't work...

  • BJoanna
    Replied on January 7, 2017 at 4:23 AM

    I have inspected your forma and it seems that you were able to resolve your issue. Your submit button is not green anymore.

    I only noticed that there is a green line under submit button when I hover with my mouse over it. 

    How can I get rid of the css for a pre styled button from a theme? Image 1 Screenshot 20

    To remove it add this CSS code to your form:

    .form-submit-button:hover, .form-submit-reset:hover, .form-submit-print:hover, .form-pagebreak-back:hover, .form-pagebreak-next:hover {

        box-shadow: none !important;

    }

    How to Inject Custom CSS Codes

    Let us know if you need further assistance.