Home › Forums › WoodMart support forum › probleme › Reply To: probleme
November 8, 2017 at 3:39 pm
#23560
Artem Temos
Keymaster
Try to add the following code snippet to the functions.php file in the child theme
add_action( 'wp_print_scripts', 'woodmart_de_script', 100 );
function woodmart_de_script() {
wp_dequeue_script( 'woodmart-countdown' );
wp_deregister_script( 'woodmart-countdown' );
}