Title: remove link underline
Last modified: October 29, 2016

---

# remove link underline

 *  [jamiemichael](https://wordpress.org/support/users/jamiemichael/)
 * (@jamiemichael)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-link-underline/)
 * Greetings,
 * Just installed contextual related posts and the thumbnails look great. My genesis
   theme underlines links which I like and want to keep. Because of this, it’s underlining
   the thumbnails for CRP as well which doesn’t look good.
 * I see in the settings that I can add custom CSS to the header. What CSS can I
   add to remove the underline from the thumbnails?
 * Many thanks,
    Jamie

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

 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-link-underline/#post-8373955)
 * you can try:
 *     ```
       .crp_title {
         text-decoration: none !important;
       }
       ```
   
 *  Thread Starter [jamiemichael](https://wordpress.org/support/users/jamiemichael/)
 * (@jamiemichael)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-link-underline/#post-8377587)
 * Thanks for the reply Ajay. Unfortunately, it didn’t remove the underline.
 * Jamie
 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-link-underline/#post-8378471)
 * Can you post your site url?
 *  Thread Starter [jamiemichael](https://wordpress.org/support/users/jamiemichael/)
 * (@jamiemichael)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-link-underline/#post-8378622)
 * [http://starproductreview.com](http://starproductreview.com)
 *  [Laura](https://wordpress.org/support/users/wootlala/)
 * (@wootlala)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-link-underline/#post-8386720)
 * [@jamiemichael](https://wordpress.org/support/users/jamiemichael/)
 * Try this CSS:
 * .crp_related a {
    border-bottom: 0px !important; }
 *  Thread Starter [jamiemichael](https://wordpress.org/support/users/jamiemichael/)
 * (@jamiemichael)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-link-underline/#post-8388730)
 * Thanks so much Laura. That did the trick! Appreciate both you and Ajay’s offer
   to assist. Thanks again.
 * Jamie
 *  [Laura](https://wordpress.org/support/users/wootlala/)
 * (@wootlala)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/remove-link-underline/#post-8388941)
 * My pleasure!

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

The topic ‘remove link underline’ is closed to new replies.

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

## Tags

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

 * 7 replies
 * 3 participants
 * Last reply from: [Laura](https://wordpress.org/support/users/wootlala/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/remove-link-underline/#post-8388941)
 * Status: not resolved