Change Footer text and widgets to white

I am trying to change the footer text and widget fonts to white. My website is cbdeducationonline.com. Can you provide me the CCS to do this? Thanks!

Hello There,

Thanks for writing in!

To change the footer text and widget fonts to white, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-colophon.top .widget ul li a, 
.x-colophon.top .widget ol li a,
.x-colophon.bottom .x-colophon-content,
.x-colophon.bottom .x-colophon-content a,
.x-colophon.bottom .x-nav li a,
.x-colophon.bottom .x-nav li:after {
    color: white;
}

.x-colophon.top .widget:before {
    background-color: white;
}

Hope this helps.

It worked. Thanks!

You are most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.