Cubic Theme – remove dates from posts

  • Unknown's avatar

    I would like to remove the dates from posts on my blog. I did purchase the upgrade but am a novice wordpress user and don’t know much about coding. Is there a way to remove the dates?

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I’m not seeing any posts on your site right now, but looking at the Cubic demo site the following would be what you would need to hide the dates on posts.

    .entry-date {
    display: none;
    }

    To use the above, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the above CSS.

  • The topic ‘Cubic Theme – remove dates from posts’ is closed to new replies.