• Is there a way to show results without an underline link? Wonderful if you can build that into the next version update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter PaulAman

    (@paulaman)

    Clarify: I want to still clink the link to go somewhere, I just dont want to see the link underlined.

    That would be a CSS change. Adding something like the style rule below would do the trick.
    .lcp_catlist a { text-decoration: none; }

    Where to add the code will depend on your setup. If you use a custom theme or child theme, simply add it to the style sheet. Otherwise, look for a custom CSS plugin.

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

The topic ‘Remove Underlines’ is closed to new replies.