Hello - the sign in screen of our network recently began displaying an obscure cut off of our body image (which actually displays as a footer on our network), making the sign in screen difficult to fully read (no changes were made on our part).
Does anyone know of coding we can add to display a basic white background for the sign in/ sign up screen etc.?
Here's an example of what the our sign on screen looks like now (the blue image is what is causing the difficulty):

And one how the image looks on our network (blue wave substituting as the footer):

Any help much appreciated!
Permalink Reply by AnGella on December 21, 2011 at 6:38am Try adding this code to the end of yours in the advanced section.:
#xg.account #xg_body {
background-color: #ffffff;
background-image: none;
}
Permalink Reply by AnGella on December 21, 2011 at 6:44am I went to your site and took a look. You could change the position of the logo to the bottom to keep the custom appearance and not interfere with the important stuff with this code:
#xg.account #xg_body {
background-color: #ffffff;
background-position: right bottom;
padding-bottom: 75px;
}
It might need some adjusting.
Permalink Reply by Allison Lewis on December 21, 2011 at 6:46am Hi AnGella - thank you soo much! I tried the first option and it worked perfectly; did not interfere with the other other custom code. You rock!
CocteauBoy replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
Kos replied to Kos's discussion 'CSS Styling Disappearing/re-appearing'
Alexander replied to Alexander's discussion 'Text Ticker in Ning Bar'
Alexander replied to Alexander's discussion 'Text Ticker in Ning Bar'
© 2013 Created by Ning.
