Hello @007me,
Thanks for reaching out and letting us know.
We did see this happening on our end, so we’ll share this topic to the developer team, and it will be fixed/improved for the next update(s).
To fix this issue on your website, please follow the steps below:
Please put the CSS below in Customizing > Custom CSS/JS > CSS code:
#searchform-overlay.header-searchform-wrap.clr.active {
display: block !important;
opcity: 1 !important;
}
Please put the JS below in Customizing > Custom CSS/JS > Custom JS:
jQuery(document).ready(function($) {
jQuery('#site-navigation-wrap .site-search-toggle').on("click", function() {
jQuery('body .header-searchform-wrap.clr').addClass('active');
jQuery('body .header-searchform-wrap.clr').removeAttr('style');
});
});
Note: if you have any cache plugin or server cache(CDN / WP Rocket / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes.
Please recheck your issue and keep us posted.
Thank you,
Best Regards
-
This reply was modified 2 years, 10 months ago by Shahin.