How to hide the author name or date in Widget?

Posted in: Newsmag
Post count: 2

Hello

How to hide the author name and date in the widget?

http://prntscr.com/hjrdzi

Thank you!

  • This topic was modified 8 years by daken05.
Post count: 23312

Hello daken05,

Here is talking a general time date which is set up from WordPress and it cannot be changed only for Widgets section. Also, if you want to hide them only for this section, you should try using a bit of CSS code to do this. Use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-main-sidebar .td-module-meta-info{
display:none;
}

The result is here -> https://www.screencast.com/t/kMmqJy9B

Thanks for understanding!

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