View Full Version : removing underlines in gallery names
pigeon
Jan-29-2007, 10:29 PM
I'd like to be able to remove the underline in the links to my galleries, subcategories and categories. A search turned up this:
#homepage .miniBox a:link {text-decoration:none;}
But it doesn't seem to work.
What am I doing wrong?
And, I was able to decrease the font size of the gallery names on my home page, but it works only on that level. How do I make it a global change?
thanks,
teresa
prints.pigeongallery.com
Mike Lane
Jan-29-2007, 11:35 PM
I'd like to be able to remove the underline in the links to my galleries, subcategories and categories. A search turned up this:
#homepage .miniBox a:link {text-decoration:none;}
But it doesn't seem to work.
What am I doing wrong?
And, I was able to decrease the font size of the gallery names on my home page, but it works only on that level. How do I make it a global change?
thanks,
teresa
prints.pigeongallery.comThat does work but only on your homepage. Change it to this:
#bodyWrapper .albumTitle a:link {text-decoration:none;}
pigeon
Jan-30-2007, 04:24 PM
Nice. It works for all the links, except for 2 links: weddings and sports? Ideas on how to fix?
prints.pigeongallery.com
-teresa
That does work but only on your homepage. Change it to this:
#bodyWrapper .albumTitle a:link {text-decoration:none;}
Mike Lane
Jan-30-2007, 07:48 PM
Nice. It works for all the links, except for 2 links: weddings and sports? Ideas on how to fix?
prints.pigeongallery.com
-teresaSorry, where am I not looking to see these ones underlined?
pigeon
Jan-30-2007, 07:51 PM
http://prints.pigeongallery.com/
What's happening is once a link becomes "visited", it regains the underline.
-teresa
Sorry, where am I not looking to see these ones underlined?
Mike Lane
Jan-31-2007, 12:58 AM
http://prints.pigeongallery.com/
What's happening is once a link becomes "visited", it regains the underline.
-teresaOIC. No problem, just add the red.
#bodyWrapper .albumTitle a:link,
#bodyWrapper .albumTitle a:visited {text-decoration:none;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.