Change Footer across site

Hi Guys,

Me again. I was wondering how to get the homepage footer to be consistent across the entire site?
http://dev.greenlineconversations.com/

Thanks in advance,

A

Hi There @ailbheoh

Thanks for writing in! Please update your X theme as you’re one minor version behind, to avoid incompatibility issues. You can check the latest version numbers from here (https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195).

With regard to your original issue, your footer content is there but it’s the font colors that you need to change. Add the following CSS rules into your X -> Theme Options -> CSS area.

footer.x-colophon.bottom a {
    color: red;
}
.x-colophon.bottom .x-colophon-content {
    color: red;
}
.x-colophon.bottom .x-colophon-content p > a {
    color: black;
}
.x-colophon.bottom .x-nav li a {
    color: green;
}

Hope that helps.

1 Like

Fantastic Midarshana, thank you so much!

Glad we could help.

Cheers!

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