Hi
Can anyone give me a sample script which i can add to custom css towards login/signup page .. need to knwo the flow, rest i will research, need to add background image ,
also wish to add container and modal .. i use w3 to learn
Thanks
Current status of the Ning Platform is always available on the Ning Status Blog.
Hi
Can anyone give me a sample script which i can add to custom css towards login/signup page .. need to knwo the flow, rest i will research, need to add background image ,
also wish to add container and modal .. i use w3 to learn
Thanks
You need to be a member of Ning Creators Social Network to add comments!
Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)
Replies
Here you go this will target your sign in and sign up page. Just replace the image link in the code to your background img. The code goes in your design studio global CSS section..
If I remember correctly we cannot target your sign in and sign up secure pages with JavaScript, so there is no way to insert a container and modal. ;(
DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signUp,
DIV.xg_theme.xg_widget_main.xg_widget_main_authorization.xg_widget_main_authorization_signIn{
background-image: url("https://storage.ning.com/topology/rest/1.0/file/get/963872701?profile=original")!important;
background-attachment: fixed!important;
background-size:100% 100%!important;
padding-bottom:45%; }
George H. Compton IV
thank you so much my friend amazing as alwaysHey thanks George! You made my day!
Hey George
Am i doing it correctly? Its not appearing, just small check if you can see..
Hello Ashish. :)
You have my codes in there correctly, the problem is you have HTML in the CSS section. To fix the problem removed all the codes from above the CSS code I gave you.
Yipeee!!! Its done.