Lucy
asked 10 years ago

Hi I am stuck trying to change the color of the text on footer and the background.
I need to have background black with white text.
Can someone guide me please?
Thanks : )
DW Page Modern

1 Answers
DominicStaff
answered 8 years ago

To change the background & color for the Footer section, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

#colophon {
    background: #000;
    color: #fff;
}
#colophon .site-info > a {
    color: #FFF;
}
#colophon .site-info > a:hover {
    color: #...;
}

Hope this helps !

Powered by DW Question & Answer Pro