PDA

View Full Version : Prints, Merchandise, Downloads "tabs" whited out


KrUsher
Jun-23-2008, 05:11 PM
Hello!

I am a power user still learning the tricks and tools of customization. I apologize ahead of time if this has already been answered, but I haven't found an easy way to search the forums yet. :)

Anyway, I have the look and feel for my galleries set up just the way I want minus one little issue that I can't seem to fix:

http://camaraphotography.smugmug.com/gallery/5186376_tZxNh

Click on any image and then select the "Buy this photo" link. Notice that the "Prints, Merchandise, and Download" links at the top are outlined with a background color of white, rendering the text unreadable. I've been using the Firefox web developer plugin to try to identify the ID or class that area represents to see if I can edit the .css for that specific item. However, I'm not having much luck.

Anyone out there know of a .css edit/fix for this? Thanks so much!

-Kristen

Andy
Jun-23-2008, 05:17 PM
Hello!

I am a power user still learning the tricks and tools of customization. I apologize ahead of time if this has already been answered, but I haven't found an easy way to search the forums yet. :)

Anyway, I have the look and feel for my galleries set up just the way I want minus one little issue that I can't seem to fix:

http://camaraphotography.smugmug.com/gallery/5186376_tZxNh

Click on any image and then select the "Buy this photo" link. Notice that the "Prints, Merchandise, and Download" links at the top are outlined with a background color of white, rendering the text unreadable. I've been using the Firefox web developer plugin to try to identify the ID or class that area represents to see if I can edit the .css for that specific item. However, I'm not having much luck.

Anyone out there know of a .css edit/fix for this? Thanks so much!

-Kristen

it's this bit in your custom theme:


a:link, a:visited, a:hover {
color: #4b140f;
background-color: #ffffff;
text-decoration: none;
}

KrUsher
Jun-23-2008, 05:52 PM
it's this bit in your custom theme:


a:link, a:visited, a:hover {
color: #4b140f;
background-color: #ffffff;
text-decoration: none;
}

Thanks so much Andy! It was staring me right in the face. That worked beautifully - I love this forum. Thanks so much for getting back to me so quickly.