paoloci I could exclude that css from template directly?
You can either remove this reference in /templates/ja_wall/index.php file at line no.59:
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl; ?>/templates/ja_wall/fonts/font-awesome/css/font-awesome.min.css" media="all" />
or comment it out like this :
<!--<link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl; ?>/templates/ja_wall/fonts/font-awesome/css/font-awesome.min.css" media="all" />-->