Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #268592
    Florian83
    Participant

    Dear community, is it possible to simply remove the default time stamp information of a featured content?
    I want to embedd four of my pages as featured content on my homepage, but to give it a more ‘static’ look and get rid of the time stamp (e.g. 7TH SEP 2020).

    Thanks + kind regards
    Florian

    #268594
    Florian83
    Participant

    I’ve figured it out using css

    .entry-date.published {
    display: none;
    }

    Regards
    Florian

    #268623
    Skandha
    Participant

    @florian83: Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Featured Content time stamps’ is closed to new replies.