Change menu colour
- GK User
- Fri May 27, 2011 9:38 am
Hi
How do I change the menu colour please as it is a little dark
How do I change the menu colour please as it is a little dark
Screen shot 2011-05-27 at 11.35.32.png
-

- Expert Boarder
- Konrad M
- Fri May 27, 2011 10:26 am
Hi
Try add to override.css
and remember to enable override.css option in template settings
Try add to override.css
- Code: Select all
#gk-nav ul.level0 > li > a {
color: #FFFFFF; // here put your own color value
}
and remember to enable override.css option in template settings
- GK User
- Fri May 27, 2011 11:17 am
Thanks for this but it was the background colour I wanted to change not the text colour...
-

- Expert Boarder
- Konrad M
- Mon May 30, 2011 7:11 am
Ok that changes everything
Try add
- Code: Select all
#gk-nav {
background:#3B3B3B; //here put your own value
}
- GK User
- Tue Jul 26, 2011 1:58 pm
Hi, I`ve a problem with the home button in the menu. all colors are ok, but the home button have still a blue color. Only not, when it`s active. Whre can I change the color for the inactive Home Button???
Menu.jpg
-

- Expert Boarder
- Konrad M
- Tue Jul 26, 2011 6:26 pm
Can you give us url to your site?
- GK User
- Wed Jul 27, 2011 6:37 am
Link
and the position right1 and right2 didn`t work.
And why I have a white background at stock image module?
and the position right1 and right2 didn`t work.
And why I have a white background at stock image module?
-

- Expert Boarder
- GK User
- Thu Jul 28, 2011 1:38 pm
Someone can help?
-

- Expert Boarder
- GK User
- Fri Aug 05, 2011 7:23 am
Now I have a fresh joomla and install only the template. The same issue.
Please someone can help? The same blue home button
http://homepage.lang-hink.de/index.php/unser-preis
Please someone can help? The same blue home button
http://homepage.lang-hink.de/index.php/unser-preis
-

- Expert Boarder
- Konrad M
- Fri Aug 05, 2011 12:49 pm
Hi
Try add to override.css
and remember to enable override.css option in template settings
Try add to override.css
- Code: Select all
div.gk-menu ul.level0 > li.first, #gkDropMain ul > li.first {
background:none;
}
and remember to enable override.css option in template settings
- GK User
- Mon Aug 08, 2011 6:14 am
thanks, but the same error like before, nothing happens.
-

- Expert Boarder
- GK User
- Tue Aug 09, 2011 8:00 am
only this, or after something? Only like your post nothing happens...
-

- Expert Boarder
- Konrad M
- Tue Aug 09, 2011 8:11 am
Sorry forgot about !important rule
Should be
Should be
- Code: Select all
.first {
background:#3B3B3B !important;
}
- GK User
- Tue Aug 09, 2011 8:41 am
nothing 
-

- Expert Boarder
- Konrad M
- Tue Aug 09, 2011 8:46 am
please clear cache. On my firefox works perfect!
- GK User
- Tue Aug 09, 2011 8:59 am
oh, thank you!!!! It was the cache now, you are the best!!!
-

- Expert Boarder
- Konrad M
- Tue Aug 09, 2011 9:02 am
I'm glad that is working now 
- GK User
- Tue Aug 09, 2011 9:41 am
Now it`s another Problem. When you are at "homepage", you don`t see the home button...
-

- Expert Boarder
- Konrad M
- Tue Aug 09, 2011 10:07 am
Ok try add this to override.css
- Code: Select all
div.gk-menu ul.level0 > li:hover > a, #gkDropMain ul > li:hover > a, div.gk-menu ul.level0 > li.active > a, #gkDropMain ul > li.active > a {
background:#FFF !important;
}
- GK User
- Tue Aug 09, 2011 11:36 am
ok, works...Thanks a lot!
-

- Expert Boarder
21 posts
• Page 1 of 1
