Changing topbar font color and footer font color to black

Hy, how can i change the font color to black? (topbar and footer) Thanks. dani

Hello Dani,

Thanks for writing in!

Please add following CSS under X/Pro > Theme Options > CSS:

p.p-info {
    color: #000 !important;
}

.x-topbar .x-social-global a, .x-colophon.bottom a, .x-colophon.bottom p {
    color: #000;
}

Let us know how it goes.

Thanks.

Hy, topbar works, but not te footer. It´s still grey.

Hey @dani_blues,

Please add this code still in Theme Options > CSS.

.x-colophon.bottom .x-colophon-content a,
.x-colophon.bottom .x-nav li a {
    color: black;
}

Hope that helps.

Perfect. Thx.

You’re welcome!

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