Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Created July 14, 2025 11:40
Show Gist options
  • Save xlplugins/f94ddfcf0c2ec1ebcffff68352a3b75d to your computer and use it in GitHub Desktop.
Save xlplugins/f94ddfcf0c2ec1ebcffff68352a3b75d to your computer and use it in GitHub Desktop.
Funnelkit Checkout: drile theme Css issue
.woocommerce > form.checkout #billing_address_2_field label.screen-reader-text, .woocommerce > form.checkout #shipping_address_2_field label.screen-reader-text {
position: absolute !important;
clip-path: margin-box;
}
body #wfacp-sec-wrapper span.woocommerce-input-wrapper {
display: block; width: 100%;
}
body .wfacp_main_form.woocommerce #wfacp_checkout_form #shipping_country_field label.wfacp-form-control-label,
body .wfacp_main_form.woocommerce #wfacp_checkout_form #billing_country_field label.wfacp-form-control-label,
body .wfacp_main_form.woocommerce #wfacp_checkout_form #billing_state_field label.wfacp-form-control-label,
body .wfacp_main_form.woocommerce #wfacp_checkout_form #shipping_state_field label.wfacp-form-control-label{
z-index: 9999999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment