Today, I won't be doing much explaining. I'll show you the simplest way to change your footer section in your Wordpress. blog
Go and edit your CSS
Find:
#wrapper { background-color:#ffffff; }ffffff means that the color is white (This is the hexadecimal color for white in hypertext markup language }Change the 'ffffff' to any hexadecimal color you want your footer section to be displayed in.
Silver                     #c0c0c0
Gray                       #808080
Black                      #000000
Red                         #ff0000
Light Cyan           #00ffff
Gold                       #ffd700
Light Yellow       #ffffe0
Moccasin             #ffe4b5
Peach Puff           #ffe4b5
Light Blue           #add8e6

Replace the hexadecimal color with the color of your choice and Presto! you are good to go.

 






3 comments:
Sam, it seems not to change color. what could be the problem?
I pasted the code in CSS and previewed but see no change.
Jeez are you serious?
Then I'll have to check out the css code for your wordpress blog.
Post a Comment