Change font color in footer

I work on theme X and I am wondering, where I can change the font color in the footer.
See www.easypharm.at
Thanks

Hi There,

Please add this custom CSS under X > Theme Options > CSS:

footer.x-colophon.top .widget ul li a, 
footer.x-colophon.top .widget ol li a {
    color: #fff;
}

Let us know how it goes!

Thanks. It worked.
But there was no CSS under theme options, only under customizer, custom CSS.

Hey Alexandra,

It is located in the lower left corner of the interface.

Thanks.

With the fontcolor of the footer there is a new problem:
the background is white and the titel of the widgets is also white.
How can I change also this to black?

Hi There,

Upon checking your website, I could see that the footer background color is orange:

Which pages is the footer background color white?

Thanks.

its“s for www.wifina.at. There is maintanance mode on.
FInd a screenshot enclosed.
Thank

The color given previously is color: #fff; which is the hex code for white. change it to #000 for black. You can also use a color picker to get CSS color values.

I know what is a hex code, but I cannot find the place where to change the color of the widget-titles!

Hi There,

In this case, you have to use this custom CSS:

footer.x-colophon.top .h-widget{color: #000;}

Hope it helps :slight_smile:

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