• Resolved superreality

    (@superreality)


    I would like to remove date, author and category from all my posts in the Origin theme. Can anyone tell me how to do this in a simple step by step instructions way?

    I have tried pasting the code “byline {display: none;}” into the CSS stylesheet editor but it doesn’t seem to make any difference. Am I doing it wrong?

    Thanks in advance for any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You not add the class selector.

    In your Child Theme or CSS Editor Plugin try this code:

    .byline {
      display: none;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS files, they’ll be deleted when the theme is updated.

    Thread Starter superreality

    (@superreality)

    Thank you so much Erik – that worked! I missed out the ‘.’ at the start of the code when I tried the first time.

    I added the code you suggested into the Custom CSS field on the Customize panel and the date, author and categories have now been removed.

    Awesome, come back and open new thread anytime you need more help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Origin Theme – how to remove date, author, category from all posts’ is closed to new replies.