View Full Version : Gallery category and name colors
(dz)
Mar-30-2006, 02:18 PM
I am trying to get all my gallery names and categories to show up in white on all pages, however I have not had much success. I have used the search function and tried many things, none of which have worked yet.
Any help would be appreciated.
Thanks,
-Dan
the gallery is located here:
http://www.dzsphotography.com
ivar
Mar-30-2006, 02:34 PM
Hiya Dan, and welcome :wave
I'll need a little more information before i can help you. Which words exactly do you want changed? please give me EXACT locations, and to what do you want them changed? What is NOT working the way you want it to work? are you talking about the gallerynames of the galleries? all the categories seem to be white already...
If it's just the galleries, this is what causing it: .miniBox .albumTitle a.nav {
font-size: 14px;
text-decoration: underline;
color: #A1A5A9;
}
the color changes it to a purples grey, try changing it to #ffffff
EDIT: you can actually remove the color statement from your theme, you already have one in your customization page.
(dz)
Mar-30-2006, 02:41 PM
Hiya Dan, and welcome :wave
I'll need a little more information before i can help you. Which words exactly do you want changed? please give me EXACT locations, and to what do you want them changed? What is NOT working the way you want it to work?
I am currently using the generic categories offered by SmugMug (Portraits, Travel, Pets, Cars, Business, Other etc...) And under those categories I have gallery names - for example under my "Events" heading (California Capital Air show, SAMC 1-19-06 etc...)
I want those headings in white, I have the mouse over, visited links and active font color settings working but I have not been able to get the unvisited heading links to work.
I modified and used the following CSS code that I found in my searching on this site:
a:link, /* access all the links on your smugmug site */
.nav a:link,
.albumTitle a:link,
#homepage a:link {
color:#FFFFFF; /* change the color to white*/
text-decoration:underline; /* set the text decoration to underline */
}
a:visited, /* access all the visited states in the smugmug site */
.nav a:visited,
.albumTitle a:visited,
#homepage a:visited {
color:#FFFFFF; /* change the color to white*/
text-decoration:underline; /* set the text to be underlined */
}
a:hover, /* select all the link hover states on the whole site */
.nav a:hover,
#homepage a:hover,
.albumTitle a:hover {
color:silver; /* set the color to silver*/
text-decoration:underline; /* underline them */
}
a:active, /* select all the link active states – when the mouse button is down */
.nav a:active,
.albumTitle a:active,
#homepage a:active {
color:white; /* set the color to white*/
text-decoration:underline; /* underline them */
}
Thanks again,
-Dan
ivar
Mar-30-2006, 02:45 PM
I am currently using the generic categories offered by SmugMug (Portraits, Travel, Pets, Cars, Business, Other etc...) And under those categories I have gallery names - for example under my "Events" heading (California Capital Air show, SAMC 1-19-06 etc...)
I want those headings in white, I have the mouse over, visited links and active font color settings working but I have not been able to get the unvisited heading links to work.
I modified and used the following CSS code that I found in my searching on this site:
a:link, /* access all the links on your smugmug site */
.nav a:link,
.albumTitle a:link,
#homepage a:link {
color:#FFFFFF; /* change the color to white*/
text-decoration:underline; /* set the text decoration to underline */
}
a:visited, /* access all the visited states in the smugmug site */
.nav a:visited,
.albumTitle a:visited,
#homepage a:visited {
color:#FFFFFF; /* change the color to white*/
text-decoration:underline; /* set the text to be underlined */
}
a:hover, /* select all the link hover states on the whole site */
.nav a:hover,
#homepage a:hover,
.albumTitle a:hover {
color:silver; /* set the color to silver*/
text-decoration:underline; /* underline them */
}
a:active, /* select all the link active states – when the mouse button is down */
.nav a:active,
.albumTitle a:active,
#homepage a:active {
color:white; /* set the color to white*/
text-decoration:underline; /* underline them */
}
Thanks again,
-DanHi again,
Take the code i gave in my previous post, I edited my previous post already when i saw what you were getting at. You have 2 color statements for your .albumTitle
The "standard customization" where you have the above code, come first, then the "theme customization" Since you have a different code specified in your theme, it will be the color the computer uses, since it is the last thing it read. (CSS = Cascading Style Sheets).
Hope this helps.
(dz)
Mar-30-2006, 02:47 PM
OK, I feel dumb. I had the "SmugMug Classic theme selected instead of the default. Now I have a few more things to fix, but I know where to find the info I need.
Thanks again,
-Dan
ivar
Mar-30-2006, 02:50 PM
OK, I feel dumb. I had the "SmugMug Classic theme selected instead of the default. Now I have a few more things to fix, but I know where to find the info I need.
Thanks again,
-DanAh well, there you go. I could have spotted that, hehe. Ah well, looks all pearly white to me now :D
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.