How to hide views ond NEwspaper 6?

Posted in: Newspaper
Post count: 260

Hi 😀

It´s some way to hide views count on newspaper 6?

I try whit custom CSS

.entry-comments-views span{
display: none;
}
.entry-comments-views span.td-sp-ico-view{
display: none !important;
}
.td-icon-views{
display: none;
}

Whit not luke

Post count: 80

Hi there,

You don’t need custom CSS. Go to Theme Panel > Post Settings > Post Settings and disable Show Post Views.

View post on imgur.com

Post count: 7909

Hi,

Thanks @albnaldo!


@carvax
You can disable it from theme panel like @albnaldo suggested or if you want to hide it using custom css – http://screencast.com/t/saVHZi60

.single .td-post-views {
display: none;
}

Thanks!

Post count: 260

@albnaldo @Alin [tagDiv] Thanks . hide its what i looking for. Now works whit CSS. 🙂 Have a nice day

Post count: 35

And how we can hide it in slides? I don’t have post views anyway but yes in the slider.

Thanks.

Post count: 7909

Hi,

I guess that you refer to the IOS Slider(normal slider) – http://demo.tagdiv.com/newspaper/ios-slider/
Please try this custom css – http://screencast.com/t/9Ml9NEcS7

.td_block_slide .td-post-views {
display: none;
}

Thanks!

Post count: 35
Post count: 7909

Hi,

Please provide a link so I can inspect this and try also to use !important tag:

.td_block_slide .td-post-views {
display: none !important;
}

Thanks!

Post count: 35

It doesn’t work. The link is: https://descubrirlahistoria.es/

Post count: 7909

Hi,

Please add the custom css in Theme Panel > Custom Css – http://screencast.com/t/DbALzZULAN it should work at it is tested on your site – http://screencast.com/t/Tgte3PnN also clear cache.

Thanks!

Post count: 35

Sorry, it works. I had a mistake before this part of css code. It’s solved. Thank you very much!

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.