Hello, my footer has disappeared even though it is enabled under appearance > menus & xtheme options > footer. Please advise how to bring it back. I have no idea what happened. Site
Hello Mark,
Thanks for writing in!
Your footer did not disappear. It is just not visible in plain sight because the background color has the same color as the texts in it. You probably have selected a white background for the topbar which can be set in X > Theme Options > Ethos > Topbar Background Color. The topbar and the footer background color goes with the same theme option settings.
To resolve this, we need to change the footer background color. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
body .x-colophon.bottom {
background-color: #333;
}
Feel free to change the color that best fit with your site design color palette.
That worked! Thank you
Glad it worked.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.