Change to colour text in my footer

Hi,

How can I change the text in my footer?

Regards
Conor

Hi Conor,

Thank you for writing in, regretfully there is no option for this, but you can add this to Theme Options > CSS area.

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

Feel free to change those color values.

Hope it helps,
Cheers!

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