Support » Theme: Radcliffe » Removing date from latest post

  • Resolved TheKirkEstate

    (@thekirkestate)


    This is such a beautiful theme!
    I’m wondering if there is a way to remove the date of a post from “your latest posts” that appear on my front page. I use this site more as a website and not a blog and would like to remove the date of posts so that it doesn’t look out of date.
    Even better would be adding text to this shadow box, but removing the dates would be a nice first step.

    Here’s a link to my site:
    http://thekirkestate.com/

    Any help is appreciated.
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there. You can use this CSS

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

    to hide the date. This can either be placed in a custom CSS box such as one provided by a relevant plugin, or at the bottom of your theme’s style.css file.

    To add a bit of text to the box you can give titles to your posts, they don’t seem to have any.

    Thread Starter TheKirkEstate

    (@thekirkestate)

    Thank you so much! This CSS worked perfectly!

    You’re welcome! If this is resolved, please mark the thread as such.

    Thread Starter TheKirkEstate

    (@thekirkestate)

    done!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing date from latest post’ is closed to new replies.