Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008703
    carinaa
    Participant

    Hi,
    I’m using the Ethos stack, and I have a section with my recent portfolio items on the front page. How do i remove the date that is displayed under the heading of the portfolio item?

    #1008774
    Christian
    Moderator

    Hey Carina,

    Please add the code below in your Appearance > Customize > Custom > CSS.

    .x-recent-posts .x-recent-posts-date {
        display: none;
    }

    Hope that helps. 🙂

    #1009306
    carinaa
    Participant

    Great, thanks 🙂

    #1009433
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1008703 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>