Jason Theme and Views
-
I am using the Jason theme, and each blog post indicates the number of views. Is there a way to hide that using CSS?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
There could be an option to turn this off in the theme, but i’m not sure myself.
If you wanted to get rid of it in CSS, you can do it by using this code:
.post-views {
display: none;
}Good luck!
-
- The topic ‘Jason Theme and Views’ is closed to new replies.