Datepicker Styling Conflict Issues
Troubleshoot and fix broken Super Forms datepicker styling caused by conflicting global jQuery UI CSS from other plugins.
Description
How to Fix Datepicker CSS Conflicts
1. Identify the Problem
/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/jquery-ui/jquery-ui.min.cssRecommended Fix: Remove the Conflicting CSS Only on Affected Pages
Option A — PHP: Unregister the CSS on specific pages (best practice)
Option B — PHP: Remove based on URL path
Alternative Fix: Remove the CSS Using jQuery
Option C — Remove the CSS via jQuery
Apply conditionally to a specific page
How to Add the Script
Using Elementor → Custom Code
Using Code Snippets Plugin
Why Super Forms Is Not the Cause
Summary
Issue
Cause
Fix
Final Tip
Last updated