Title: Remove underlining
Last modified: March 5, 2024

---

# Remove underlining

 *  Resolved [New_WP](https://wordpress.org/support/users/baxter89/)
 * (@baxter89)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/remove-underlining/)
 * Hello,
   How to remove underlining on web links.
 * [https://snipboard.io/ZFaHWm.jpg](https://snipboard.io/ZFaHWm.jpg)
 * THANKS

Viewing 1 replies (of 1 total)

 *  Plugin Author [WPLake](https://wordpress.org/support/users/wplakeorg/)
 * (@wplakeorg)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/remove-underlining/#post-17478921)
 * Hi [@baxter89](https://wordpress.org/support/users/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.
 *     ```wp-block-code
       #view a {
       text-decoration: none!important;
       }
       ```
   

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/acf-views/assets/icon-256x256.gif?rev=3022872)
 * [Advanced Views - Display Custom Fields (ACF, Pods, MetaBox), Posts, CPT and Woo Products anywhere in Gutenberg, Elementor, Divi, Beaver...](https://wordpress.org/plugins/acf-views/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-views/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-views/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-views/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-views/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-views/reviews/)

## Tags

 * [text-decoration](https://wordpress.org/support/topic-tag/text-decoration/)

 * 2 replies
 * 2 participants
 * Last reply from: [WPLake](https://wordpress.org/support/users/wplakeorg/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/remove-underlining/#post-17478921)
 * Status: resolved