PDA

View Full Version : Gallery Title Font Color and Style


nativejs
Nov-22-2008, 12:38 PM
I know there must be many threads on this but after going back and forth between the threads it sometimes get confusing. I would like to change my gallery titles font color and style. The default is too white and too bold. What I would really like to do is copy the style of the Smugmug elegant earth theme for the gallery titles. I even copied the code of that theme to my computer and tried to find the code in the css files with no luck.

Thanks In Advance

Nativejs

Allen
Nov-22-2008, 12:49 PM
I know there must be many threads on this but after going back and forth between the threads it sometimes get confusing. I would like to change my gallery titles font color and style. The default is too white and too bold. What I would really like to do is copy the style of the Smugmug elegant earth theme for the gallery titles. I even copied the code of that theme to my computer and tried to find the code in the css files with no luck.

Thanks In Advance

Nativejs
Try this in your CSS. Looks like the !important is needed to override the theme.

p.albumTitle a.nav {
color: #BE9917 !important;
font-weight: normal !important;
}

#galleryTitle {
color: #BE9917 !important;
}

nativejs
Nov-22-2008, 02:06 PM
Try this in your CSS. Looks like the !important is needed to override the theme.

p.albumTitle a.nav {
color: #BE9917 !important;
font-weight: normal !important;
}

#galleryTitle {
color: #BE9917 !important;
}

Allen

Thank you! That was it and it took me all of 45 seconds to make the change.
How do you find this information? I hate to keep asking for help everytime I make a change to improve my Website. I am not a newbie but I am new to Smugmug and css.

Joey

http://www.mineeyesview.com

Allen
Nov-22-2008, 02:08 PM
Allen

Thank you! That was it and it took me all of 45 seconds to make the change.
How do you find this information? I hate to keep asking for help everytime I make a change to improve my Website. I am not a newbie but I am new to Smugmug and css.

Joey

http://www.mineeyesview.com
Use Firefox and get the Web Developer Tool, fun to use.

http://dgrin.smugmug.com/gallery/1354921

Also see the link for Firebug in my siggy.