I am attempting to use T4 Page Builder. I imported the Law pages and have added a block in the middle that displays the contents of the featured articles (rather than a list of articles)

Now I am trying to remove the date from being displayed above each article. I can do it if I use the Articles: Category, but I cannot hide the date if I use the Articles: Latest. Even when I copy the code that is used in Category settings.

How can I do this? The dates are also turned off in the settings for articles in general.

    evensenj Hi

    I can't access your site with provided account.

    If there is no settings for this, you can use CSS to hide the date:

    .view-latest-grid .content-article .wrap-info .date {
        display: none;
    }
      Write a Reply...
      You need to Login to view replies.