I am experimenting with the new Nifty Corners module. All of the active links are underlined. I want the underlining to appear only on hover. Cannot see where to make this change in CSS??? How do I change?? Thanks

Comments

jdm843’s picture

Above reference is to Nifty Corners theme, not "module".

jdm843’s picture

OK, figured it out. Pretty basic...but I'm still learning!

Added to CSS:

a {
text-decoration: none;

}