By using this site, you agree to our Privacy Policy and our Terms of Use. Close

Forums - General - Any CSS acolytes around here?

So here's the thing...

I have a website that I created with the Wordpress.org blog system, and I picked the Garland theme for it thanks to its minimalism and widget friendlyness. It also has nice color editing options, but the problem is that not all colors are editable, and I'm left with columns and a blog background that simply can't match my color picks. It just doesn't click.

I'd be happy if someone told me what values I need to edit in the .css file and recommended me a color picker!

If you need more info, post here or better yet on my wall :D



Around the Network

Make sure that background isn't actually an image. Fixed-width layouts do this a lot.



WHERE IS MY KORORINPA 3

Doesn't seem to be - at least, there's no option for me to save them on some location.

(total CSS noob here)



Bumpity-bump!



search in your css for the following:

background-color:

now there should be something like this behind that #NUMBER (6digits existing in numbers and letters)

now go to http://html-color-codes.info/

go to the second color picker and replace the exsiting #NUMBER with a new one...



 

Face the future.. Gamecenter ID: nikkom_nl (oh no he didn't!!) 

Around the Network
NiKKoM said:

search in your css for the following:

background-color:

now there should be something like this behind that #NUMBER (6digits existing in numbers and letters)

now go to http://html-color-codes.info/

go to the second color picker and replace the exsiting #NUMBER with a new one...

It worked! You're bloody helpful man, thanks! :D