This repository has been archived on 2022-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
divi/includes/builder/plugin-compat/scripts/sfwd-lms.js

5 lines
184 B
JavaScript

jQuery( function ( $ ) {
$( '.learndash-wrapper .ld-focus header.et-l.et-l--header, .learndash-wrapper .ld-focus footer.et-l.et-l--footer' ).css( {
'display': 'none',
} );
} );