How to disable views?

Solved4.73K 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
0

HEy,

no, I do not use any cache plugin. This is the site where it does run: http://www.wasseraktien.net/ans/

It is just a test version because there are some things I would like to adapt, f.e. the views which still appear. As I wrote, I put the code in style.css.

Furthermore, I have not yet made out how to register without the wordpress account. I mean the normal creation of a new account as I did it here to ask a question.

Thank you for your help!

commented on answer

Hi!
Nothing appears on your site right now. I just see your 3 shortcodes (AnsPress + register + login). Not sure if you can actually put any other content than the AnsPres shortcode on that page…

0

Hey,

thanks. Where exactly do I have to add it? I put it at the end of my child theme style.css and in in the plugin “Custom CSS manager” but it has not worked so far. What do I do wrong?

commented on answer

That’s weird. Do you use any cache plugin? Emptying your cache might help. What’s your site url? I can try to have a look. 😉