How to disable views?
Hello thomas!
Just add this style to your child theme style.css:
.ap-display-meta-item.views {
display: none;
}
It should do the trick and hide the number of views. 😉
Fred - FLQ selected as best answer
Hello thomas!
Just add this style to your child theme style.css:
.ap-display-meta-item.views {
display: none;
}
It should do the trick and hide the number of views. 😉