When a new member joins your Ning Network, they will see the new Ning Welcome Box. Note: Once your new member closes this box by clicking on the "X", it is no longer displayed.
You can customize the Welcome Box text, from your Language Editor.


Let's get started. Please be careful when changing code in the Language Editor. Fortunately, Ning has a "Reset Text to Original Version" button.
TIPS:

The Ning platform automatically chooses the color, based on your theme. If you want to change the background color, add this code to Manage/Appearance/Advanced CSS. Change the hex color code, to the color you choose.
// The following line changes the background to deep red, and the text color to white.
#welcome.welcome-nc { background-color:#CC0000 !important; color:#FFFFFF !important; }
Be sure to click on SAVE.
/* Change background and font colors for Welcome Box */
#welcome.welcome-nc { background-color:#CC0000 !important; color:#FFFFFF !important; }
/* If you add links - - change color and underline links */
#welcome-text a {color:#ffffff!important; text-decoration:underline;}
/* Remove some margin space below the Ning Logo in non-premium */
#welcome h2 { margin:0 0 .50em; }
If you don't want the new Welcome Message Box/Banner to be displayed, go to Manage/Appearance/Advanced and add this code:
#welcome { display:none !important; } Be sure to click on SAVE.
/* Change link color below icons on right */
#welcome-icons a {color:#FFFFFF!important;}
Tags: change welcome box background, customize welcome box, remove welcome box, welcome box, welcome box colors, welcome text
Permalink Reply by Adina on September 7, 2010 at 9:53pm 
Permalink Reply by Adina on September 8, 2010 at 1:16am
Permalink Reply by Adina on September 12, 2010 at 2:46pm 
Permalink Reply by Richard Hellier on February 21, 2011 at 3:06am Hi Jen, I don't know if I'm being stupid of if Ning have altered anything since you wrote this post but I've popped into the Advanced tab within Appearance to get at #welcome and it's not there.
Can you advise further please?

Hi Richard,
I cannot help out without more information. What are you trying to accomplish from this discussion? For example - - are you trying to remove the Welcome Box altogether, or format something?
Best,
Jen
Permalink Reply by Richard Hellier on February 21, 2011 at 2:33pm 
Sorry Richard. I truly do not know what you are asking.
Best Regards,
Jen
Permalink Reply by Richard Hellier on February 21, 2011 at 2:51pm 
Richard,
You won't find the code. You need to add it, to hide the box:
HOW TO REMOVE THE WELCOME BOX:If you don't want the new Welcome Message Box/Banner to be displayed, go to My Network/Appearance/Advanced and add this code:
#welcome { display:none !important; } Be sure to click on SAVE.
Best Regards,
Jen
Permalink Reply by Richard Hellier on February 22, 2011 at 4:57am
Permalink Reply by yasir bukhari on November 28, 2011 at 4:47am i add that code in advance css
#welcome.welcome-nc { background-color:#CC0000 !important; color:#FFFFFF !important; }
but back ground color not chang
Melinda Orr replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
Paul Corona replied to soaringeagle's discussion 'killer penguins'
Thiago Santos de Moraes replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
soaringeagle replied to soaringeagle's discussion 'killer penguins'
Cindy replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
John replied to Patrick Chappelle's discussion 'Google+ Sign In'© 2013 Created by Ning.
