Forums
Forums / Plugin: Advanced Views - Display Custom Fields (ACF, Pods, MetaBox), Posts, CPT and Woo Products anywhere in Gutenberg, Elementor, Divi, Beaver... / Remove underlining
(@baxter89)
2 years ago
Hello,How to remove underlining on web links.
https://snipboard.io/ZFaHWm.jpg
THANKS
(@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; }
The topic ‘Remove underlining’ is closed to new replies.