kittymmeow
(?)Community Member
- Report Post
- Posted: Fri, 05 Oct 2012 23:25:23 +0000
xWHORE-ible
I'm going to sounds ridiculous- mainly because I'm sure it's been posted before and I apologize- but how can I change the light blue color on my headers?
Whenever I found a code, it would just change the font in my headers from white to a different one. Everything else I wanted seemed to work fine- just that blue won't go away. I'm trying to make it as if it's not there at all.
Augh sorry. I'm stupid. x_x
Whenever I found a code, it would just change the font in my headers from white to a different one. Everything else I wanted seemed to work fine- just that blue won't go away. I'm trying to make it as if it's not there at all.
Augh sorry. I'm stupid. x_x
The code you keep trying is to change the color of the text of the headers, that's what the color property does. The blue is actually a background, so you have to use the background property instead:
.panel h2{
background:COLOR;
}
You can of course use a color there (hex code, RGB/RGBA, or color name), but you may also use an image instead (so the background could be striped or something) by switching COLOR to url('your image url here') background:COLOR;
}
The bird of the hermes is my name...