Hi everyone,
I hope someone might be able to help me. I am using the WP Classic theme, and have been able to make small changes to color and fonts, etc, but I cannot find how to edit the color of that hideous greenish gray bar in the footer.
I don't see the area in the CSS editer, and when I go to the footer.php file, I don't see any codes there for the color.
Any help is appreciated.
Thanks,
Vicki
sunilm871
Member
Posted 3 years ago #
to change the footer colour, go to stylesheet. Then check for
.credit -> credit class
it wud be like this :
.credit {
background: #90A090; <------- vchnage it to the colour u want
border-top: 3px double #aba;
color: #fff;
font-size: 11px;
margin: 10px 0 0 0;
padding: 3px;
text-align: center;
}
thts it..
Barriss
Member
Posted 3 years ago #
hi Vicky, go once again through your style.css but don´t look for "footer" bur for this and
put the colour of your choice here:
.credit {
background: #90a090;
border-top: 3px double #aba;
color: #fff;
font-size: 11px;
margin: 10px 0 0 0;
padding: 3px;
text-align: center;
}
but why don´t you like hideous greenish gray^^
Thank you both!
Maybe someday, I will grow to appreciate the greenish gray, but for now, not so much.
Thanks