Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #87047
    Robert
    Participant

    Hi!

    I’m trying to remove post author, and comment disable text, but I want to show post date. Can you give me a custom CSS code?

    Now I hide all information with this code: #main #content ul.post-by { display: none; }

    http://www.kertvarosi-iskola.hu

    Thanks!
    Sziszi

    #87063
    Mahesh
    Keymaster

    Hi @sziszi,

    For displaying post date only, use the following CSS:

    #main #content ul.post-by li {
        display: none;
    }
      
    #main #content ul.post-by li:nth-child(2) {
        display: block;
        padding: 0;
        background: none;
    }

    Regards,
    Mahesh

    #87066
    Robert
    Participant

    Hi!

    Works perfect!

    Thank you!
    Sziszi

    #87104
    Mahesh
    Keymaster

    Hi @sziszi,

    Thank you for your appreciation. If you like my support and Simple Catch theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/simple-catch?rate=5#postform

    Have a nice day!

    Regards,
    Mahesh

    #87121
    Robert
    Participant

    Hi!

    I will write a review!

    Thanks for your help!

    Sziszi

    #87135
    Mahesh
    Keymaster

    Hi @sziszi,

    Thank you very much for your valuable review and a 5 star rating. 🙂

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How can I edit post information?’ is closed to new replies.