Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #107938
    flp2001
    Participant

    Hi, how can I delete the category titles of my posts on the frontend? See what I mean:
    http://www.frcpo.com
    Thank you very much!
    Philip

    #107958
    Mahesh
    Keymaster

    @flp2001: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .home .entry-footer {
        display: none;
    }

    Regards,
    Mahesh

    #107972
    flp2001
    Participant

    What would we do without you….:)
    Can you help me to delete also the little sign between the title and the post? Thank you very much!

    #107990
    Mahesh
    Keymaster

    @flp2001: Add the following CSS:

    .entry-meta {
        display: none;
    }

    Regards,
    Mahesh

    #107995
    flp2001
    Participant

    Perfect, thank you and good night:)

    #107998
    Mahesh
    Keymaster

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

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Delete category titles from posts on fronted’ is closed to new replies.