Last active
          September 18, 2025 08:18 
        
      - 
      
- 
        Save zartgesotten/7c40b4daa5ff5d5f81c5e7e04a01947d to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /// Gravity Forms OVERRIDES | |
| //// Modify variables | |
| body:has(#gravity_forms_theme_framework-css) .gform-theme--framework.gform-theme--orbital { | |
| --gf-color-danger:#c02b0a; | |
| --gf-color-primary: var(--primary); | |
| /* Button Color and Hover color */ | |
| --gf-ctrl-btn-bg-color-primary:var(--primary); | |
| --gf-ctrl-btn-bg-color-hover-primary:var(--primary-medium); | |
| --gf-ctrl-border-color: var(--border-color-light); | |
| /* Input field Radii */ | |
| --gf-ctrl-radius: var(--btn-radius); | |
| /* Input Field Border width */ | |
| --gf-ctrl-border-width: var(--border-width); | |
| /* Submit Button Radius */ | |
| --gf-ctrl-btn-radius: var(--radius-circle); | |
| /* Submit Button Color */ | |
| --gf-ctrl-btn-color-primary:var(--text-dark); | |
| /* Text Area Radius */ | |
| --gf-ctrl-textarea-radius:var(--radius); | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment