• Resolved tiay

    (@tiay)


    Hi!

    I would like to remove the meta post information on my posts. I have a custom CSS plug in (TJ CSS) and my website is https://www.freetoursgermany.com. However, I have no coding skills, so a step-by-step instruction would be very much appreciated.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there,

    Thank you for getting in touch here.

    Try to apply the following CSS code:

    .hentry .meta-post{
      display: none;
    }
    

    Regards,
    Kharis

    Thread Starter tiay

    (@tiay)

    It worked, thank you very much! ??

    Regards

    snakelyone

    (@snakelyone)

    Sorry to be dense, but where do I paste that code? i tried it in my sydney child theme css style sheet and it did not work. I also added it into the theme customization, and that did not work either…i am basically trying to remove the front end listing of “author, date, category” on my posts…for example: https://hightides.info/?p=555

    thank you

    snakelyone

    (@snakelyone)

    nevermind! I figured it out…thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove meta post information’ is closed to new replies.