CSS not affecting Gravity Forms submit button
-
Hi there,
I have some CSS code but it’s having no affect on my Gravity forms submit button. The reason I’m raising this issue with you and not Gravity forms is I’m using this exact code on 3 other sites and it’s working properly, but not on this one.
Please see attached screenshot. Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Take this selector .gform_footer .gform_button
and assign all your style.
Best Regards
Hi Elise,
Thanks for the fast response. Unfortunately that did not work.
Please advise,
Hello,
Please provide your site admin access into the private area. In addition, provide the custom CSS which you want to assign to the button.
Best Regards
Hello,
I have added this code to the Theme Settings > custom CSS:
.gform_footer .gform_button{
color:#ffffff;
background:red;
border-color:yellow;
}
http://prntscr.com/ns92tg
And it works here /contact-us/
http://prntscr.com/ns93ex
Best Regards