Joomla frontpage logo

thealcoholicgoat29

New Member
Messages
1
Reaction score
0
Points
0
Hello,

Could anybody help me figure out a joomla 1.5 problem? I need to make my joomla 1.5 site not display the logo only on the front page.

I want the site to have the logo on every page except for the front where there'd be no logo just the topnav at the top of the page.

Any help would be appreciated.

Thanks
Dustin
 

marana

New Member
Messages
11
Reaction score
0
Points
1
A lot depends on your template, index.php file, and your css styling, which you said nothing about, but a couple of possibilities to consider:

1) using two templates, which appear based on the page. I have not done this, but I believe it is doable.

2) "hide" the logo by covering it up: put a "div" in the HTML of your front page article. The div could have a background to cover the logo, or an image loaded in it, and the div would be positioned absolutely to be over the logo and have a high z-index number. This method won't save you any space, but it will "remove" the logo and allow you to put something else (or nothing else) in its place.
 
Top