How to Remove Dates from Grid and Widgets

Posted in: Newsmag
Post count: 25

I want to remove the dates from the Trending Now widget in my right rail and from the Big Grid 1. But I want to keep the dates below post blocks on my front page and on the posts themselves. How can I do this?

Post count: 23312

Hello saucemonsters,

I have inspected your website and I saw that you are using the module 3 to display your posts in Trending Now section of your right sidebar. If you want to hide the date from their location, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

.td-grid-style-1 .td-post-date{
display:none;
}
.td-ss-main-sidebar .td_module_3 .td-post-date{
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.