PDA

View Full Version : Need Help with Smugmug "color" customization


photomania
Jun-24-2008, 06:57 PM
I have spent the day making all sorts of custom changes to my smugmug site and now I realize that there a few things out of whack that I don't know how to fix.

1. Where is says "Buy" this photo. You can't see the word "buy".
2. I have "Popular Photos" listed and this title comes up in green when every other title is black. I want this to be black also.

Any help would be appreciated.

www.sandyonealphotography.smugmug.com

Allen
Jun-24-2008, 08:43 PM
I have spent the day making all sorts of custom changes to my smugmug site and now I realize that there a few things out of whack that I don't know how to fix.

1. Where is says "Buy" this photo. You can't see the word "buy".
2. I have "Popular Photos" listed and this title comes up in green when every other title is black. I want this to be black also.

Any help would be appreciated.

www.sandyonealphotography.smugmug.com (http://www.sandyonealphotography.smugmug.com)
You're going to need a rule for your homepage and other pages. A bunch of
the text in your galleries is black on black including "buy".

Change this one
.title {
color: #000000;
}
to this so a whole bunch of text will show in your galleries
.title {
color: #fff;
}


Add this for your homepage.

.homepage a.title,
.homepage .title {
color: #000;
}


Your banner is not showing in Firefox. Make sure external links are on in it's gallery.

photomania
Jun-25-2008, 02:56 AM
I have spent the day making all sorts of custom changes to my smugmug site and now I realize that there a few things out of whack that I don't know how to fix.

1. Where is says "Buy" this photo. You can't see the word "buy".
2. I have "Popular Photos" listed and this title comes up in green when every other title is black. I want this to be black also.

Any help would be appreciated.

www.sandyonealphotography.smugmug.com (http://www.sandyonealphotography.smugmug.com)

All fixed. Thank you so much!