How to override CSS code

rated by 0 users
Not Answered This post has 0 verified answers | 2 Replies | 2 Followers

Desisweet
Not Ranked
8 Posts
Points 145
By: Desisweet
Posted: Thu, Mar 13 2008 12:21 AM

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

Thanks for your help!
 

All Replies

afscrome
Top 10 Contributor
2,727 Posts
Points 40,160
TelligentSupportTeam
By: afscrome
Posted: Sun, Mar 16 2008 12:12 PM In reply to

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.

 
  • Post Points: 20 |
Desisweet
Not Ranked
8 Posts
Points 145
By: Desisweet
Posted: Sun, Mar 16 2008 7:43 PM In reply to

Thanks. It worked. Can I link the image in the footer?


Thanks for your help!
 
  • Post Points: 5 |
Page 1 of 1 (3 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com