Topic: Need help to remove underline in nosebleed

Hi, need some help to modify the nosebleed style, I only want the underline to be showed when a link is hovered. I've tried, but no luck with my minimal css knowledge. Would be pleased if somone could help me out. smile

Link to nosebleed style

Re: Need help to remove underline in nosebleed

Just put this somewhere in your CSS:

.pun a { text-decoration: none; }
.pun a:hover { text-decoration: underline; }

Re: Need help to remove underline in nosebleed

Doesn't work properly. Only the menus is affected, the forum is still underlined hmm

Re: Need help to remove underline in nosebleed

Try changing .pun to *

Re: Need help to remove underline in nosebleed

Hmm you mean like this?

* a { text-decoration: none; }
* a:hover { text-decoration: underline; }

If so, didn't work either.

Re: Need help to remove underline in nosebleed

Yes, like that. And odd that it didn't work...
Try placing the code at the end of style.css

Re: Need help to remove underline in nosebleed

been placing the code at the end, maybe you could download the style and try? If not, thanks anyhow.