The recently updated status is assigned to links that are less than 7 days old.
I have added a column in the list of links to show the updated date. I hope this is what you meant by wanting to see the last updated date in advance settings.
I am not sure what you mean by styling the Last Update date in grey, do you also mean in the list of links in admin? Or are you asking how to style the new tag when displaying links on web pages?
Hi Yannick
Yes, I have found the column “Link Date”. Ok, by adding you see it alongside the link
PnP Dev IssuesPnP Dev Issues (Edit) 2nd June 2018 8:04 am
When I talk about styling I want to show the Date and time styled .e.g. smaller font, italics or the light grey colour, as I suggested earlier. I want the reader to see the link details and then be drawn to the secondary meta data, such as the date and time.
The New icon is fine btw
To style the link date differently, you can add something like this in the before field for the Link Date:
<span class="link_date">
Then, in the After field for Link Date:
</span>
Once this is done, you can go in your Stylesheet for link library and add a rule like:
.link_date {
font-size: 10px;
color: #ccc;
font-style: italic;
}
Hi Yannick
Yes the style now applied and it looks good. With this approach, I can style a few of the columns you expose in the advance settings
I will back up that style sheet in in my themes GIT repo.
Thanks very much.
-
This reply was modified 7 years, 11 months ago by
westerdaled.
-
This reply was modified 7 years, 11 months ago by
westerdaled.