Notice

If you are going to submit ticket for our themes support , then make sure we are not providing support for any Porn/Adult related websites.
When You Submit Ticket Please Include Your WordPress & FTP login info with Website URL so When our team will see any error then there was no need to wait for login info, Our Team will fix that ASAP.
We are offering Designing services like LOGO Design and Banner Design etc.

Okay
  Print

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;
}