Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99110
    bribbon
    Participant

    Hi
    Is there a way to disable the date, autor, category and tags for a single post or page?

    #99146
    Mahesh
    Keymaster

    @bribbon: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .single #content .entry-meta {
        display: none;
    }

    Regards,
    Mahesh

    #99155
    bribbon
    Participant

    Hi Mahesh
    This works wonderfully, thank you.

    I like this theme 🙂

    #99159
    Mahesh
    Keymaster

    @bribbon: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘disable date, autor, etc.’ is closed to new replies.