|
|
Thread Tools | Display Modes |
|
#1
|
|
|
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 |
|
|
|
|
#2
|
|
|
Major grins
|
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;
}
--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
|
#3
|
||
|
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:
__________________
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 |
|
|
|
||
|
#4
|
||
|
Major grins
|
Quote:
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+ |
|
|
|
||
|
#5
|
||
|
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:
__________________
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 | |
|
|