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*

Category title, admin and date

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11223
    altius
    Participant

    What is the proper way to hide or disable the Category Title, Admin and Date in the individual post page? I can only think of hiding these items using CSS overwrite. Is there a way to set this from Theme setting somewhere? Thank you.

    #11225

    Hi Shegga,

    To hide category title, admin and date Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .entry-meta .cat-links,
    .entry-meta .by-author,
    .entry-meta .date {
        display: none; 
    }

    Thank you!

    #11229
    altius
    Participant

    Thank you.

    #11241

    You always welcome
    Thank you!

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