Hi,
I would like to add our company information below our footer links. I have added text in the footer content in the customiser but this doesnt show. Site is https://cardlogic.ie
Thanks
Hi,
I would like to add our company information below our footer links. I have added text in the footer content in the customiser but this doesnt show. Site is https://cardlogic.ie
Thanks
Hi There,
The bottom footer isn’t displaying because of this custom CSS:
.bottom{
display:none
}
Please find and remove it. Do you want to hide the navbar in the bottom footer instead? You can try adding this custom CSS:
.x-colophon.bottom .x-nav {
display: none;
}
Hope it helps 
Thanks a lot.
Glad we were able to help 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.