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*

Removing Tags Info from under post

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51524
    Erin Persinger
    Participant

    I would like to be able to remove the tag & comment portion underneath my post title, but leave the author & date. Is there a simple fix for this?

    #51539

    Hi Erin Persinger,

    Go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    span.comments {
        display: none;
    }
    .entry-content .tags {
        display: none;
    }

    Thank you!

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