Remove date and author from sidebar widget

Posted in: Newspaper
Post count: 24

Is there a way to keep the date and author info in the post, but not have it display with the post title in the sidebar widget? I’m using a predefined Block 15 in the sidebar.

Post count: 22421

Hello,

Are you sure it’s a block 15? Because block 15 does not have author and date in the 1 column version: http://demo.tagdiv.com/newspaper/block-15/
ANyway, you can achieve this by targeting the meta info with CSS like so:

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

I used a block 6, but you can change the number of the block in the code to the one you use.
I hope this helps.
Thanks.

Post count: 24

Ah yes, that was the wrong block number. This solution worked though, thanks!

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