Removing the underline text-decoration on all links (a:hover) Posted in : Bloggy WP vinofantenParticipant 29 March 2014 at 03:06 #13271 Hi. I want to change text-decoration from underline to none for alle a:hover links. Which css code to I add in the custom css field? ahmetsaliKeymaster 29 March 2014 at 11:19 #13273 Hi, try this custom css code; .widget-area a:hover { border-bottom: 0; } vinofantenParticipant 29 March 2014 at 12:32 #13280 Thank you! It worked. Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in and have valid license to reply to this topic. License required for the following item Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register