Customize in x theme not working

Thanks, that worked.

Glad we were able to help :slight_smile:

Please make sure to create new thread if you have other questions.

Thanks!

This need fixing ASAP guys, come on, I cannot mod my footer at all…I want to add a menu, I have it turned on, and content, and social, but ONLY the social is showing.

Hi,

The CSS I provided hides your footer menu and footer content, so if you want those to appear you need to remove these css codes.

/* temp solution to hide footer menu */
.x-colophon.bottom .x-nav {
   display:none;
}

/* temp solution to hide footer content  */
.x-colophon.bottom .x-colophon-content {
    display:none;
}

Thanks

Ahhh…doh! sorry.

No problem.
If you need anything else we can help you with, don’t hesitate to open another thread.

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