Skip to content

Commit cdf82a2

Browse files
committed
fix: remove overwrite widget css from our module
1 parent 49eed32 commit cdf82a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

includes/Handlers/GenericHandler.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ protected function inject_payment_plan_widget(
162162
wp_enqueue_script( 'alma-widgets-injection', $alma_widgets_injection_url, array(), ALMA_VERSION, true );
163163

164164
?>
165-
<style>#alma-payment-plans button {
166-
background-color: white;
167-
}</style>
165+
168166
<div style="margin: 15px 0; max-width: 350px">
169167
<div id="alma-payment-plans" data-settings="<?php echo esc_attr( wp_json_encode( $widget_settings ) ); ?>">
170168
</div>

0 commit comments

Comments
 (0)