MyBB Community Forums

Full Version: How to Edit Login Popup Window
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi Good Day
How can i Edit this login Window ?
http://prntscr.com/nd2q40
check content in header_welcomeblock_guest template of the theme

[templates related guidance]
This is the Header http://prntscr.com/nd4cuv
After Edit Text if i press save i get this error http://prntscr.com/nd4ddh
looks like there is a problem with mod_security (or suhosin) with your web server.

contact your webhost & request to disable such security or
ask them to analyze error logs & add relevant white rules
Thanks for the Great Support, yes now i can Edit after Disable Mod_security..
How can i move this Login Option From Right Side to Center With Just Welcome MSG. http://prntscr.com/nd4res
can you provide forum url to check it ..

square theme uses square.css stylesheet for the styling of login screen
related elements can be .welcomelogin , .log , .textlog ... etc
as you said i found this three but where i need to change ?


.welcomelogin {
width: 190px;
margin: 10px 10px 0 50px;
float: left;
text-align: left;
line-height: 22px;
}


.log {
color: #FFFFFF;
padding: 8px 8px 7px 7px;
margin: 0 0 10px 0;
background: #363636;
border-top: 1px solid #363636;
border-left: 1px solid #363636;
border-bottom: 1px solid #363636;
border-right: 1px none;
}



.textlog {
font-family: 'Exo 2', sans-serif;
font-size: 13px;
width: 90px;
color: #363636;
background: #FFFFFF;
border-top: 1px solid #363636;
border-right: 1px solid #363636;
border-bottom: 1px solid #363636;
border-left: 1px none;
padding: 8px 8px 7px 8px;
margin: 0 0 10px 0;
}
you can decrease width used for .welcomebox which affects position of the login fields box