Ok after searching for a few hours a found this post
And added this code:`remove_filter( ‘comments_template’, ‘dsq_comments_template’ );
add_filter( ‘comments_template’, ‘dsq_comments_template’, 99 ); // You can use any priority higher than ’10’`
to my functions.php file and it worked perfectly
Thanks to Sami Keijonen for the original post