Monday, October 18, 2010

How to remove site name on your joomla header

This is a very common issue and pretty annoying to many Joomla newbies. The sitename usually overlaps anything you have on the background especially on the logo part. This however can be fixed like easy flakes. :) Pls follow my steps.

1. Log in to your administrator panel and click EXTENSIONS then TEMPLATE MANAGER and select on whatever default template you have currently.
2. Click EDIT HTML in the upper right part
3. The html code will become visible but before doing any changes, make a backup copy first. Find "sitename" from the code. You will then find this getCfg('sitename'). Remove sitename and leave opening and closing tags so it will look like this getCfg( '').
4. Save your html and that should solve your problem.

1 comment:

Joomla Developer said...

This is very nice blog.I had doubt how to remove it.But after read i got idea to remove.Thanks for solving in my problem.