I have a Community server based blog. I am using Kid Congo theme, I don't have access to the server but I can override the CSS under control panel > Change how my blog looks. I would like to add some text and images to the foo ter. Is it possible? What would be the override code to do that. Thanks
Here is my blog.
There is a footer on your site that is there but you've hidden in cssoverrides by setting
div #footer{display: none;}
If you wanted to show text but not the existin footer, you may be able to use something like
div #footer div{display: none;}
and then override the background image for the footer
div #footer {background-image: url(SOME URL TO AN IMAGE TO GO IN THE FOOTER);}
If that works, you may also need to add some additional css to the footer to control how the image is displayed and to stop it from repeating.
CS Documentation - now available in downloadable PDF form
My CS Site
Thanks. It worked. Can I link the image in the footer?
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com