• Resolved geralddrissner

    (@geralddrissner)


    Hi, with the option of load on all pages or on ID, it also works with gravity forms with Elementor (placed with Elementor Essential add-ons).

    However, only the styling of the submit button is ignored when turnstile is active (it seems that Elementor default settings are used).

    I need to manually add a custom css to fix it:

    /* Submit Button Gravity Forms after turnstile
    -----------------------------*/
    .gform_page_footer input[type=submit] {
    color: black!important;
    background: #fed279;
    }
    
    .gform_page_footer input:hover[type=submit] {
    background: #b03543!important;
    color: white!important;
    }

    It is not a big deal as this can easily be fixed. I just wanted to inform you about this behavior. Maybe there is a quick fix.

    Many thanks for your great plugin! I appreciate your work.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Essential Add ons for Elementor – css’ is closed to new replies.