PDA

View Full Version : underlining in a category?


brophy
Jun-16-2008, 01:16 PM
I am working on a gallery today and have come across a slight problem ...

it seems that in this (http://brophy.smugmug.com/Music) category all of my albums are containing an underline for the text ???

Not sure what caused this?
Can someone offer some advice?

Thanks in advance!

brophy
Jun-16-2008, 01:24 PM
I am working on a gallery today and have come across a slight problem ...

it seems that in this (http://brophy.smugmug.com/Music) category all of my albums are containing an underline for the text ???


Got it figured out ...

brophy
Jun-16-2008, 03:08 PM
I am working on a gallery today and have come across a slight problem ...

it seems that in this (http://brophy.smugmug.com/Music) category all of my albums are containing an underline for the text ???

Not sure what caused this?
Can someone offer some advice?

Thanks in advance!


Figured out a little of the problem, but the album titles still all have underlines & I cannot figure out how to rid these?

Any thoughts?

Thanks again!

brophy
Jun-19-2008, 08:28 PM
Bump ?

Allen
Jun-20-2008, 07:54 AM
Figured out a little of the problem, but the album titles still all have underlines & I cannot figure out how to rid these?

Any thoughts?

Thanks again!
This in the theme is causing it

.miniBox .albumTitle a.nav {
font-size: 14px;
text-decoration: underline;
color: #A1A5A9;
}


See if adding this in CSS helps.

.miniBox .albumTitle a.nav {
text-decoration: none !important;
}