• Resolved vlgee

    (@vlgee)


    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • sunilm871

    (@sunilm871)

    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

    (@barriss)

    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^^

    Thread Starter vlgee

    (@vlgee)

    Thank you both!

    Maybe someday, I will grow to appreciate the greenish gray, but for now, not so much.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to edit color of footer in WP Classic theme’ is closed to new replies.