How to change the font colour in footer. I am using Ethos.
Hello There,
Thanks for writing in!
The footer colors in Ethos were custom code in the ethos css style. To override this color settings, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-colophon.bottom .x-colophon-content,
.x-colophon.bottom .x-nav li:after {
color: red;
}
.x-colophon.bottom .x-colophon-content a,
.x-colophon.bottom .x-nav li a,
.x-social-global a {
color: yellow;
}
I have used red and yellow as an example color to easily spot the changes. Feel free to change the color which would match your site colors.
Please let us know how it goes.
I think there’s an option setting that could remove it, isn’t it?
Hi Shizai,
Yes with Renew stack, but for other stack you need to use custom CSS like Ruenel’s provided.
Thanks,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.