Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
Build with IDX Broker › Forums › IDX Broker Control Panel › Custom CSS in Control Panel › Hide Part or all of Results Loading
This should work for the overlay: .ui-widget-overlay {display: none;}
This will work for the loading box: .ui-dialog {display:none !important;}
If you stop the browser from processing the page you should still be able to use your developer tools to inspect the elements.