Title: New icon settings
Last modified: June 25, 2018

---

# New icon settings

 *  Resolved [westerdaled](https://wordpress.org/support/users/westerdaled/)
 * (@westerdaled)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/new-icon-settings/)
 * Hi
 * Can you please confirm the settings for the New icon status e.g. the last update
   date + nn days.
 * A suggested update show in the advance settings, when the link was last updated.
   Could show the New icon instead, if the link is only recently updated. Also, 
   I would want to style this “Last Update Date” meta data, in say light grey as
   to reduce its prominence when shown against the link url .

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/new-icon-settings/#post-10433309)
 * 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?
 *  Thread Starter [westerdaled](https://wordpress.org/support/users/westerdaled/)
 * (@westerdaled)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/new-icon-settings/#post-10433372)
 * 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
 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/new-icon-settings/#post-10433451)
 * 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;
       }
       ```
   
 *  Thread Starter [westerdaled](https://wordpress.org/support/users/westerdaled/)
 * (@westerdaled)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/new-icon-settings/#post-10433677)
 * 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](https://wordpress.org/support/users/westerdaled/).
    -  This reply was modified 7 years, 11 months ago by [westerdaled](https://wordpress.org/support/users/westerdaled/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘New icon settings’ is closed to new replies.

 * ![](https://ps.w.org/link-library/assets/icon-256x256.jpg?rev=971117)
 * [Link Library](https://wordpress.org/plugins/link-library/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/link-library/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/link-library/)
 * [Active Topics](https://wordpress.org/support/plugin/link-library/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/link-library/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/link-library/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [westerdaled](https://wordpress.org/support/users/westerdaled/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/new-icon-settings/#post-10433677)
 * Status: resolved