Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

Hey Everyone I was wondering if I could get some help I'm trying to figure out how to change my text and font colors in my albums like this one http://k-ophotography.smugmug.com/gallery/15021183_pGh8zz/1707291859_NkTFH78#!i=1707291859&k=NkTFH78. As you can see right now its a very ugly lime green and white, along with that it is very small. Any help would be appreciated due to the fact I am new at all this.

Thanks!

share|improve this question
Please be extremely specific about what objects you want to change the color of and what you want to change it to and specify whether you want to only change one gallery or the whole site for that type of object. It is different CSS if it's just in one gallery vs. the whole site and different objects require different CSS so we can only advise when have very specific information about what you're trying to accomplish. I didn't answer you dgrin question very specifically because you didn't include enough specific info. – jfriend00 Mar 1 '12 at 0:19
Alright so I took some screen shots to show where I want my font to change so if needed I can share those. Basically in everyone one of my galleries I have a lime green color where it shows what page of the gallery your on. And I have white color for the descriptions of my galleries like for an example in my landscape album . So I want to change all my text that is white and lime green to black. As well with changing the footers text to black. On top of this I would like to play around with different style fonts in each one of these galleries but as of right now I do not have one in mind. – Keith Mar 1 '12 at 0:52
Keith in the future, please add content updates like this to your question (so everyone reading the question sees all the relevant info) and then post a comment that you've added more info to the question. – jfriend00 Mar 1 '12 at 1:23
Closing as this is is a customization question that will not help future visitors. The example given etc has already been changed so there is nothing to reference. Keith, you did nothing wrong. I am just trying to clean up the questions list. – Doc Walker Mar 22 '12 at 18:59

closed as too localized by Doc Walker Mar 22 '12 at 18:57

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

up vote 0 down vote accepted

Since you're trying to go from a light color to a dark color site-wide, I'd suggest you first go to advanced customization and set Background Color to Light. This will give you dark default colors which can then be customized further from there, but it at least gives you more intelligent defaults when you miss customizing some color. This shouldn't affect your existing background color customization.

After you've done that, post a comment and we can see what else needs to be done:

The beginnings of the green color in the gallery page navigation can be controlled with CSS like this:

.pageNav, .title {color: #000;}
share|improve this answer
That did the trick thank you very much for your help and sorry about all the confusion on where/how to post. I'm still trying to get the hang of all this. – Keith Mar 1 '12 at 1:56

The simplest way is to go to Easy Customizer and see if you can get your desired color changes and font changes using that tool. Go to your homepage, tools button and choose Easy Customizer. More detailed info here.

There are plenty more options if you want to use Advanced Customizing, but first try Easy Customizer.

share|improve this answer
Tried it and it does the trick but then it over righted my custom background I am using in my advanced customization CSS settings – Keith Feb 29 '12 at 20:50
Also I'd like to try to beef up the text and add drop shadows and stuff like that if its possible so it might be better to do it in advanced anyways..trying to learn this as I go. – Keith Feb 29 '12 at 20:52

Not the answer you're looking for? Browse other questions tagged or ask your own question.