JomSocial ActiveGURU ActivePublisher ActiveAdAgency ActiveiSEO ActiveSocialize Active
Hi
I assumed you are talking about the Profile views.
Add this code in custom.css file to hide the profile views.
.joms-button--viewed {
display: none!important;
}
If you want to remove the views code from event and video as well. You need to open each laayout file for video and event and remove the view code.
for example video file is : \com_community\templates\jomsocial\layouts\videos\single.php
And the code is