verve315 0 Report post Posted September 19, 2011 Hi PLatform Pro Team! I would like to ask how to remove underline in a link when hovered. I used this code ( a:hover {text-decoration:none;} ) but it seems not working at all. Here's the subject at issue: http://elogicway.com/verve/about-us/links/ I need your help, the sooner the better. Thank you so Much. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted September 19, 2011 Hi Verve315, You almost had it, add this instead to Custom Code: a:hover { text-decoration:none !important; } Please search our forums, before posting! Share this post Link to post Share on other sites
verve315 0 Report post Posted September 19, 2011 Hi dannyh, Thank you so much! That did the trick. I posted another question in another thread. Hope you can extend assistance. Hugs! Share this post Link to post Share on other sites