Post footer date remove

Posted in: Newsmag
Post count: 1

how can i remove?

Post count: 23312

Hello,

Here is talking about updated time which seems to be added at the bottom of each post. It’s strange because our theme does not add something like this, sorry! MayBE, this effect comes from such untested plugins used by you. To achieve best theme results, you should remove all of these, clear all the caches and check the results. As a quick solution, in this case, would be to use such a custom CSS code to hide this date from that section. Use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-post-content .updated{
display:none;
}

Thanks for your understanding!

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