Viewing 1 replies (of 1 total)
  • Plugin Author WPLake

    (@wplakeorg)

    Hi @baxter89

    You can remove the underline style from your links by adding CSS Code to your View. This will override the theme styling with the use of !important.

    #view a {
    text-decoration: none!important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove underlining’ is closed to new replies.