• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Customization for Dummies: Pt 4 question

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Apr-01-2009, 12:07 PM
#1
Stacey L is offline Stacey L OP
Major grins
Customization for Dummies: Pt 4 question
Hi!

I'm trying to follow this tutorial as best I can and wasn't having any problems until I tried to to post my "page title" and the code below into my CSS box.

body {
background: #7B6D61;
}

Nothing changed and nothing showed up. I don't have any other code entered into my CSS box. Also, I selected "dark" for the background color. I wasn't sure if maybe the color # had changed as it's been a few years since this tutorial was written or I'm doing something else wrong. My username is staceylewisphotography.com and i'm attempting to learn css/html myself so i can "feed myself" instead of asking to be fed.
__________________
Stacey

"Be strong, courageous and get to work. Don't be frightened by the size of the task, because the Lord my God is with you; He will not forsake you. He will see to it that everything is finished correctly." 1 Chronicles 28:20
Old Apr-01-2009, 03:09 PM
#2
denisegoldberg is online now denisegoldberg
Major grins
denisegoldberg's Avatar
You have a theme set for your site, so you'll need to add !important to the background color specification to override the theme. This CSS will change the color:
Code:
 
body {
background: #7B6D61 !important;
}
If you plan to override all of the settings of the theme, I'd recommend you set the theme for your site and all of your galleries to default. That will allow you to customize without the need to override things you have no intention of using.

--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com

Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+
Old Apr-01-2009, 03:45 PM
#3
Stacey L is offline Stacey L OP
Major grins
Thanks, Denise! I thought I was going crazy! But, I'm wondering why I had a problem with that old tutorial and a newer one I was following (the 50 pg CSS tut) didn't say to add or delete important...any ideas why?

Thanks so much,

Quote:
Originally Posted by denisegoldberg
You have a theme set for your site, so you'll need to add !important to the background color specification to override the theme. This CSS will change the color:
Code:
 
body {
background: #7B6D61 !important;
}
If you plan to override all of the settings of the theme, I'd recommend you set the theme for your site and all of your galleries to default. That will allow you to customize without the need to override things you have no intention of using.

--- Denise
__________________
Stacey

"Be strong, courageous and get to work. Don't be frightened by the size of the task, because the Lord my God is with you; He will not forsake you. He will see to it that everything is finished correctly." 1 Chronicles 28:20
Old Apr-01-2009, 04:03 PM
#4
denisegoldberg is online now denisegoldberg
Major grins
denisegoldberg's Avatar
Quote:
Originally Posted by Stacey L
Thanks, Denise! I thought I was going crazy! But, I'm wondering why I had a problem with that old tutorial and a newer one I was following (the 50 pg CSS tut) didn't say to add or delete important...any ideas why?
Why would you think that a tutorial would include everything you needed to know about CSS? A tutorial steps you through how to do something but usually does not attempt to explain everything.

If you want a starting point for experimenting with CSS I would recommend taking a look at Ivar's excellent CSS (Customizing SmugMug Simplified). Or maybe that's the newer document that you were referring to above. (And that doesn't document everything about CSS either.)

Keep playing, and don't hesitate to post your questions here.

--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com

Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+
Old Apr-01-2009, 04:06 PM
#5
Stacey L is offline Stacey L OP
Major grins
Well, that's the one I was referring to and the reason I thought it would include everything I may need to know was because it seemed to be written for beginners--which I am. So, I'm aware of what a tutorial is and what I thought I was getting into.

Quote:
Originally Posted by denisegoldberg
Why would you think that a tutorial would include everything you needed to know about CSS? A tutorial steps you through how to do something but usually does not attempt to explain everything.

If you want a starting point for experimenting with CSS I would recommend taking a look at Ivar's excellent CSS (Customizing SmugMug Simplified).

--- Denise
__________________
Stacey

"Be strong, courageous and get to work. Don't be frightened by the size of the task, because the Lord my God is with you; He will not forsake you. He will see to it that everything is finished correctly." 1 Chronicles 28:20
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump