How to disable views?

Solved4.76K viewsGeneral
0

Hello,

is there any way to disable the views, which appear next to the question? I do not need it and would like to delete / hide it.

Regards,

thomas

1

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. 😉

selected as best answer
You are viewing 1 out of 3 answers, click here to view all answers.