By jdm843 on
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
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
Correction: Above Refers to Nifty Corners Theme
Above reference is to Nifty Corners theme, not "module".
Resolved
OK, figured it out. Pretty basic...but I'm still learning!
Added to CSS:
a {
text-decoration: none;
}