I would suggest you dynamically add CSS classes based on the post type the link points to. Here are the steps to do it : 1- Add javascript something like : jQuery(document).ready(function ($) { $("a").each(function () { ...
Home/PHP/Page 15