silkweb
(silkweb)
January 23, 2024, 3:56pm
1
I have tried for several hours to change the color of a submit button on a form with no joy. Can someone please tell me what I am doing wrong?
Live in Calabogie – Granite Village in Calabogie the submit button remains blue regardless of what I try.
I am also having issues with the onscreen success notice. I cannot style it. I have tried all of the classes that appear but it seems to be pulling from the Gravity Forms stylesheet and my css won’t take priority.
Hi there,
It looks like you’ve already resolved the issue.
If not, then try the following CSS in the child theme’s style.css file or in Appearance → Customize → Additional CSS.
form#gform_1 input#gform_submit_button_1 {
background: green !important;
}
Give it a try, and let me know how that goes!
system
(system)
Closed
February 22, 2024, 10:30pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.