remove logo and main menu

GK User
Mon May 23, 2011 8:11 am
Hi i have a problem, can I remove logo and main menu?

client wants the image in the top.

http://www.fotovoltaico-italia.com/

thank you!!
User avatar
Expert Boarder

GK User
Mon May 23, 2011 8:33 am
I remove the logo deleting logo.php
User avatar
Expert Boarder

GK User
Mon May 23, 2011 8:36 am
i remove menu deleting nav.php
User avatar
Expert Boarder

GK User
Mon May 23, 2011 8:58 am
You could also put this in override.css

h1#gklogo a{
display: none !important;
}
#gkMainNav {
display: none !important;
}
User avatar
Fresh Boarder

GK User
Mon May 23, 2011 2:29 pm
Thank you, maybe your solution is better!!:lol:
User avatar
Expert Boarder

Konrad M
Tue May 24, 2011 5:42 am
Override option is better one ;) First try css modyfication if this fail, then attack php files ;)
User avatar

GK User
Tue May 24, 2011 10:45 am
and if I want to apply this solution in joomla 1.5?

Because it doesn't work in 1.5.
User avatar
Expert Boarder

GK User
Tue May 24, 2011 11:17 am
Thats because the classes in the 1.5 template is different.

believe it is something like this;

h1.logo {
display: none !important;
}
#gk-mainnav{
display: none !important;
}

but have a look in your css to see what the menu and logo class are called.
User avatar
Fresh Boarder

Konrad M
Tue May 24, 2011 11:55 am
Hi
For joomla 1.5 is:
Code: Select all
h1.logo {
display: none !important;
}
#gk-nav {
display:none !important;
}
User avatar

GK User
Tue May 24, 2011 1:37 pm
thank you. it works.

I want to use 1.6 version but I have a little problem with a php module used for creating a form.
I'm not able to delete an effect. I think it's something like a mouse over, when with mouse you pass over the input cell.

http://www.fotovoltaico-italia.com/

Also it creates some grey line next to the cell of the table.


with 1.5 version it works correctly.

http://www.fotovoltaico-italia.com/j15/
User avatar
Expert Boarder

GK User
Tue May 24, 2011 3:55 pm
i solved. it was a conflict with joomla.css
User avatar
Expert Boarder


cron