Font color not changing.
-
When I am using the code below to change the h1 text color, it will not work. Is it set somewhere else in the stock theme “Kakumei”? I was trying to change the color line below to ffffff from 444. Same problem with footer font too. Just some of it changes to ffffff.
Thank you.
#header h1 {
font-family: Georgia;
font-style: italic;
overflow: auto;
position: absolute;
display: block;
color: #444;
text-align: right;
letter-spacing: -1px;
right: 69px;
bottom: 36px;
padding: 6px;
z-index: 2;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.