View Full Version : Background and box clors
Erick L
Dec-10-2007, 10:26 PM
Hello,
I changed the background and box colors with CSS but nothing is happening. Does it depend on the theme?
Thank you
borealphoto.smugmug.com
Erick L
Dec-10-2007, 10:28 PM
I shoud add that I have the same problem with links.
Allen
Dec-11-2007, 08:40 AM
I shoud add that I have the same problem with links.
Looks like you are using the Gradient Grey theme that has images as
backgrounds. You will have to override the theme in this case.
Try this
.boxBottom {
background: none !important;
}
Erick L
Dec-12-2007, 05:19 AM
Thanks. I did change it to "default" and the gallery boxes changed. The box is still the same on the homepage and the background and some links haven't changed anywhere.
About the all page theme... It says:
"apply this to all pages that don't have one or are set to 'Default'."
What is "default" and how do i get "don't have one"? There's no option for no theme.
Andy
Dec-12-2007, 05:46 AM
About the all page theme... It says:
"apply this to all pages that don't have one or are set to 'Default'."
What is "default" and how do i get "don't have one"? There's no option for no theme.
:wave Hi Erick
Control Panel>Customize Tab - see the themes button - that's where you set things to a theme, or to default - for your whole site.
Galleries and pages can be set to a different theme, if you wish, which'll override this setting. Or you can have them at default, too (which is the default....).
More help, here: http://www.smugmug.com/help/apply-themes
and here: http://www.smugmug.com/help/control-panel
Erick L
Dec-12-2007, 06:24 AM
:wave Hi Erick
Control Panel>Customize Tab - see the themes button - that's where you set things to a theme, or to default - for your whole site.
I know that. That's where I copied the quote. Now I set all galleries to default to make sure and a bunch of info appeared on my homepage... and still nothing on my background and link colors.
Andy
Dec-12-2007, 06:27 AM
I know that. That's where I copied the quote. Now I set all galleries to default to make sure and a bunch of info appeared on my homepage... and still nothing on my background and link colors.
Your homepage is set to Gradient Grey:
http://myskitch.com/awilliamsny/borealphoto_s_photos-_powered_by_smugmug-20071212-102731.jpg
Erick L
Dec-12-2007, 06:53 AM
Thanks. What about the background and links?
BTW, you should put an "update" button under or above the CSS editing box.
Andy
Dec-12-2007, 07:41 AM
Thanks. What about the background
.body {
background-color: #CFCFCF;
}
Remove the red bit. Should look like this:
body {
background-color: #CFCFCF;
}
Erick L
Dec-12-2007, 08:58 AM
Finally! Thanks. What does the dot do? There was a dot in the code I copied.
Is there a quick way to put EVERY piece of text and link to 006400 and visited link as 4E9C9C? I've put the code below but it doesn't work on the link below the thumbnails as well as captions.
a:link {color:#006400;}
a:visited {color:#4E9C9C;}
a:hover {color:#4E9C9C;}
a:active {color:#006400;}
I changed everything in 13, 14 and 15 on this FAQ (http://www.smugmug.com/help/customize-faq.mg) and still have white links and caption, as well as fluo-green in some places.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.