I edited the welcome message but the message only appears to the administrator and does not appear to anonymous user. Is there any way to change the size of welcome messge based on message length? Is it even possible to disable? Please suggest.

Comments

cssdru’s picture

Hi Sarmiluv,

You can edit and style the message in the welcome.php page included in the theme.

If you want to remove it completly, etit the file page.tpl.php, remove the line #69

<div id="sidebar"><div id="welcome"><div><?php include("welcome.php"); ?></div></div>

Cheers,