HIDE POST VIEW TOGGLE BUTTON AND CUSTOM CSS NOT WORKING

Posted in: Newspaper
Post count: 3

Hi I wanted to hide the POST VIEWS on my website, I have tried using the toggle button fuctionality availed in the theme panel but it seems not to work, this let me to the forum and through my searches I found alternatives of using custom css to hide the same but still to no avail.

This is the custom css tried:

.td_block_wrap .td-post-date{
display:none!important;
}

and

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

They both don’t work as can be seen on my blog http://www.starnews.co.ke.

If it cannot be achieved is there a way I can have my previous post views as they were before i switched to the Newspaper theme?

Prof.

Post count: 18283

Hello !

Please use this css code: .tdb_single_date time {
display:none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 3

This line of code has not worked.

Post count: 3

How can I send you my website logins to check?

Post count: 18283

Hello !

In order to remove or add elements using tagDiv Coomposer. Simply right click on the element you want and delete it: https://www.screencast.com/t/7iQak276mRdC

Thank you !

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