Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058228

    Hi there,

    I’m aware you don’t support gravity forms but I don’t think this is directly the issue.

    The form is set up and imported to the widget 4 in the footer, it is clearly inheriting the themes styles which I don’t want.

    #1058232
    This reply has been marked as private.
    #1058312
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    body .gform_wrapper .top_label .gfield, body .gform_wrapper .top_label li.gsection.gf_scroll_text {
    background-color: transparent;
    }
    .widget ul li, .widget ol li { 
    box-shadow: none !important;
    }
    body .gform_wrapper .gform_footer {
      margin-left: 12px;
    }

    Hope that helps,

    Joao

    #1061254
    This reply has been marked as private.
    #1061325
    Thai
    Moderator

    Hey There,

    Please add the following CSS:

    #gform_widget-2 li.gfield {
        padding: 0;
        line-height: 1;
        margin-bottom: 0 !important;
    }
    .gform_wrapper .gform_footer input.button, 
    .gform_wrapper .gform_footer input[type=submit] {
        float: right;
    }
    body .gform_wrapper .top_label .gfield_label {
        display: none;
    }
    
    #gform_widget-2 input[type=text] {
        border-radius: 0;
    }
    
    #gform_widget-2 h4.h-widget {
        color: #fff;
    }

    Hope it helps 🙂

    #1061573

    That’s great – thanks!

    #1061582
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1058228 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>