Have tried everything I saw on this forum and I can’t change the color of the text on the save and continue button.
If you’re using the Orbital Theme, you can set icon and text color for that button with the following:
.gform_save_link {
--gf-ctrl-btn-color-secondary: red;
--gf-ctrl-btn-icon-color-secondary: red;
}
Can you provide the URL of a page on which to inspect this form? It’s likely there are some other styles outside Gravity Forms at play.
Yes. I have been looking for that. I did not build the site. I can’t seem to find it. https://readytopass.com/register-temp-2/
Found it here. The theme is styling all .button
elements with the color:#fff !important
declaration. That’ll need to be updated or add !important
also to the new rule.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.