badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Disable author/date/tag line in blog posts altogether

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42181
    Hendrik Jan
    Participant

    Probably a dumb question, but I can’t figure it out… I want my blog entries to only show title & body text, and not the author/date/tag/comment line between title and text. Should I use custom CSS to hide the line, or is there an option somewhere in the Settings that I’ve overlooked?

    Thx for any reply in advance, Hendrik Jan

    #42205

    Hi Hendrik,

    Please use below Custom CSS to hide the author/date/tag/comment line between title and text

    .post .entry-meta {
        display: none;
    }

    Thank you!

    #42213
    Hendrik Jan
    Participant

    Hey TH, thx for your quick reply! I’d been looking over the CSS already, but couldn’t find the right object to “display:none”. Thx again — good service :).

    #42228

    You welcome Hendrik

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.