Remove Text Shadow from Button

I am looking to remove the text shadow from the submit comment button here:
https://lifescaling.me/press-release/

Hi There @dpasker

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area.

.comment-form .x-btn, .comment-form .button, .comment-form [type="submit"] {
    text-shadow: none;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.