How to disable Like , Views count, Comments count from all over the website

Just add this code in cutom.css and these all will be hide from all website. 

.stats {
    display: none !important;
}

.hori-like {
    display: none !important;
}