Hi @katharinabeitz,
You can use the stats_views parameter to display/hide views count. For example:
[wpp stats_views=0]
Where 0 means hide and 1 means show.
Hey Héctor, thank you!
Is there any way to change the font, letter size etc. with the shortcode?
I don’t use a sidebar and would love to play around with the look in general?
Thank you so much!
All the best, Katharina
To change the look & feel of your popular posts list, including the font, you’ll need to use CSS.
For example, if you wanted to change the font size of the post title you’d need to add the following CSS rules to your website (eg. via Customize > Additional CSS):
.wpp-post-title {
font-size: 24px;
}
I’ve added some more examples here that while are geared towards the widget they can be applied to the shortcode as well if you use the right parameters.
Since your original question was answered (how to hide views) I’m marking this topic as resolved. However if you have any other questions feel free to ask, alright?