I follow this instruction and remove the main logo plus its block. Now I cannot log out because there's no logout button for me.
Is there anyway we just disable the logo and its block in the front page? but will appear for Logged In users?
You can edit the file templates/base/css/general.css
Look for this at about line 144
div.sys_main_logo {
position: relative;
z-index: 56;
background-color: #f4f4f4;
}
Change it to look like This. Adding the line in red.
div.sys_main_logo {
position: relative;
z-index: 56;
background-color: #f4f4f4;
That will hide the entire top block.
http://www.boonex.com/forums/topic/remove-logo-and-its-block.htm