Hi there,
You don’t need custom CSS. Go to Theme Panel > Post Settings > Post Settings and disable Show Post Views.
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!
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!
Exactly, but it doesn’t work
http://subefotos.com/ver/?b1f3c868b4803569c9f7cd9b55bbe043o.jpg
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!
It doesn’t work. The link is: https://descubrirlahistoria.es/
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!