Dude
How can change the color of the footer?.
Has a color #222222, but i want the color #003c78. How can do this?
Thanks for your attention.
Dude
How can change the color of the footer?.
Has a color #222222, but i want the color #003c78. How can do this?
Thanks for your attention.
Hey,
in your style1.css file change the following:
/* footer */
#footerwrap, #wp-calendar th, #prev, #next{
background: #222;
}
to
/* footer */
#footerwrap, #wp-calendar th, #prev, #next{
background: #003c78;
}Thanks. All work fine.
Glad I could help :)
You must log in to post.