Hide Author/Date On Block (But Not Post)

Posted in: Newsmag
Post count: 40

Hi,

Problem: I’m looking to Hide Author/Date On Blocks (But Not Posts). Changing post settings would turn it off on each post.

Solution: Code fix to hide author/date on block 13, but keep it at the top of each post (for semantic markup).

Longer Read:
Block 13, I don’t want it to show the author/date. If I go to theme panel>>post settings, I can turn off “Show Author.” But, I only want to turn off “Show Author” for blocks, not posts.

Thanks.

  • This topic was modified 11 years by Fudoki.
Post count: 6535

Hi

You can use this custom css from Theme panel->Custom css-> Your Custom Css:

.td_block_wrap .td-post-date{display:none;}
.td_block_wrap .td-post-author-name{display:none;}

Thanks!

  • This reply was modified 11 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.