Main menu problem

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Mon Feb 13, 2012 8:53 am
Good day,
Main menu in this template (postnote, joomla 1.7) is on top-right corner with grey background color. Can it be transparent? I mean only letters without any color. if i change bg.png (grey color is default) to some photo pics menu block looks ugly, becouse backgound of menu is grey/white/black (depends of colors in menu_right.png and menu_left.png)
Thanks.
User avatar
Fresh Boarder

Konrad M
Mon Feb 13, 2012 9:42 am
Hi
Can you give us url to your site?
User avatar

GK User
Mon Feb 13, 2012 9:45 am
its on localhost still
User avatar
Fresh Boarder

Konrad M
Mon Feb 13, 2012 9:49 am
Which joomla version do you use ?
User avatar

GK User
Mon Feb 13, 2012 9:57 am
joomla 1.7
User avatar
Fresh Boarder

GK User
Mon Feb 13, 2012 10:01 am
i changed color in menu_right.png and menu_left.png to transparent, but menu background color is still white (before i changed background of body to white ) well, i think what menu take the color from parent (general background color). right?
User avatar
Fresh Boarder

Konrad M
Mon Feb 13, 2012 2:58 pm
No it take it from style1.css. Try add to the override.css
Code: Select all
div#gkMenu {
 background:none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Feb 13, 2012 4:13 pm
Thanks, Konrad M

Its work. Background now is transparent.
User avatar
Fresh Boarder

Konrad M
Mon Feb 13, 2012 4:17 pm
Good. One advise, all changes you will do please add to override.css This let you avoid issues in future updates.
User avatar


cron