Title: Remove Link Underline CSS
Last modified: October 25, 2025

---

# Remove Link Underline CSS

 *  [mark_harding](https://wordpress.org/support/users/mark_harding/)
 * (@mark_harding)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/remove-link-underline-css/)
 * In the WP Latest Posts widget I’m trying to remove the link underline.
 * **Articles récents**
 * [Trying to Understand Sleep Token](https://markharding.com/trying-to-understand-sleep-token/)
 * [A Perfect Bass Line (With Only TWO Notes)](https://markharding.com/a-perfect-bass-line-with-only-two-notes/)
 * [Davie 5 0 who ?](https://markharding.com/davie-50-who/)
 * [Cordes](https://markharding.com/cordes/)
 * [Danny Sapko : How to find the ‘sweet spot’](https://markharding.com/danny-sapko-how-to-find-the-sweet-spot/)
 * I’ve tried
 * .wplp-box-item a.title { text-decoration: none !important; }
 * in the plugin advanced settings and in the site-wide css, but I don’t understand
   why it has no effect.
 * Thanking you in advance
 * Mark
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-link-underline-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Tristan](https://wordpress.org/support/users/tristanstgermain/)
 * (@tristanstgermain)
 * [5 months ago](https://wordpress.org/support/topic/remove-link-underline-css/#post-18707401)
 * Hi,
 * Can you send me the link where you have the plugin content displayed?
 * Thanks.
 *  Thread Starter [mark_harding](https://wordpress.org/support/users/mark_harding/)
 * (@mark_harding)
 * [5 months ago](https://wordpress.org/support/topic/remove-link-underline-css/#post-18707687)
 * Thanks for your reply.
 * [markharding.com](https://markharding.com/)
 * I resolved the problem using the theme CSS editor. I wasn’t able to produce any
   effect using the css editor in the plugin itself.
 *     ```wp-block-code
       /* WP Latest Posts widget / / Reset Swiper container */.wplp_container .swiper {margin: 0 !important;padding: 0 !important;height: auto !important;}/* Reset swiper-slide / .wplp_container .swiper-slide { margin: 0 15px 0 0 !important; / Keep margin-right, zero others */padding: 0 !important;height: auto !important;line-height: 1.35 !important;}/* Reset insideframe */.wplp_container .insideframe {margin: 0 !important;padding: 0 !important;height: auto !important;line-height: 1.35 !important;}/* Reset wpcu-front-box (all) */.wplp_container .wpcu-front-box {margin: 0 !important;padding: 0 !important;height: auto !important;line-height: 1.35 !important;}/* Specifically target left, right, and bottom boxes / .wplp_container .wpcu-front-box.left, .wplp_container .wpcu-front-box.right, .wplp_container .wpcu-front-box.bottom { display: none !important; / Hide empty or unnecessary boxes / height: 0 !important; / Collapse height */margin: 0 !important;padding: 0 !important;}/* Reset wplp-box-item (all) */.wplp_container .wplp-box-item {width: auto !important;display: inline-block !important;margin: 0 !important;padding: 0 !important;line-height: 1.35 !important;height: auto !important;}/* Ensure top box-item (containing title) is tight */.wplp_container .wpcu-front-box.top .wplp-box-item {width: auto !important;display: inline-block !important;margin: 0 !important;padding: 0 !important;}/* Hide left, right, and bottom boxes */.wplp_container .wpcu-front-box.left,.wplp_container .wpcu-front-box.right,.wplp_container .wpcu-front-box.bottom {display: none !important;height: 0 !important;margin: 0 !important;padding: 0 !important;}/* Title link styles / .wplp_container a.title {box-shadow: none !important; /margin-top: 0px !important;*/font-weight: normal !important;font-size: 0.875rem !important;line-height: 1.6 !important;}/* Hover underline */.wplp_container a.title:hover {text-decoration: none !important;-webkit-box-shadow: inset 0 -3px 0 rgba(15, 15, 15, 1) !important;box-shadow: inset 0 -3px 0 rgba(15, 15, 15, 1) !important;-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;transition: color 80ms ease-in, box-shadow 130ms ease-in-out;}/* Mobile spacing adjustments / @media screen and (max-width: 767px) { .wplp_container .swiper-wrapper { height: auto !important; / Allow wrapper to adapt / } .wplp_container .swiper-slide { margin-bottom: 3px !important; / Small gap / height: auto !important; min-height: 0 !important; } .wplp_container .wpcu-front-box.top.equalHeightImg { height: auto !important; / Disable equal height */min-height: 0 !important;}.wplp_container a.title {line-height: 1.6 !important;max-width: 100% !important;}.wplp_container .wplp-box-item {line-height: 1.6 !important;height: auto !important;}}/* end WP Latest Posts widget */
       ```
   

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-link-underline-css%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/wp-latest-posts/assets/icon-256x256.png?rev=1900564)
 * [WP Latest Posts](https://wordpress.org/plugins/wp-latest-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-latest-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-latest-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-latest-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-latest-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-latest-posts/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [mark_harding](https://wordpress.org/support/users/mark_harding/)
 * Last activity: [5 months ago](https://wordpress.org/support/topic/remove-link-underline-css/#post-18707687)
 * Status: not resolved