Customize individual parts of the list – List Category Posts plugin [closed]

You should be able to do it with only a CSS modification:

.lcp_catlist a {
    text-decoration: underline;
}

Leave a Comment