PDA

View Full Version : removing "galleries" text on my gallery page


dgruetter
Nov-01-2007, 10:48 AM
I followed the tuturial to dupe my homepage to make a seperate gallery page as described here:



********>
if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
</********

Now we have your 'normal' homepage which is accessible at XXXXX.smugmug.com and your 'duplicate' homepage which is accessible at XXXXX.smugmug.com/galleries



I just can't get rid or at least change the color of the word "galleries"

Here is the page:

http://nicolechristinephotos.smugmug.com/galleries

Can anyone help?

Thanks!

~Dennis

Allen
Nov-01-2007, 12:18 PM
I followed the tuturial to dupe my homepage to make a seperate gallery page as described here:



I just can't get rid or at least change the color of the word "galleries"

Here is the page:

http://nicolechristinephotos.smugmug.com/galleries

Can anyone help?

Thanks!

~Dennis
How's this? Add to your CSS.

#galleryTitle {color:red;}

dgruetter
Nov-01-2007, 01:04 PM
How's this? Add to your CSS.

#galleryTitle {color:red;}


Awesome Thanks!