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


Screen shot 2011-05-27 at 11.35.32.png
User avatar
Expert Boarder

Konrad M
Fri May 27, 2011 10:26 am
Hi
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
User avatar

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...
User avatar
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

}
User avatar

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
User avatar
Expert Boarder

Konrad M
Tue Jul 26, 2011 6:26 pm
Can you give us url to your site?
User avatar

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?
User avatar
Expert Boarder

GK User
Thu Jul 28, 2011 1:38 pm
Someone can help?
User avatar
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 :angry:

http://homepage.lang-hink.de/index.php/unser-preis
User avatar
Expert Boarder

Konrad M
Fri Aug 05, 2011 12:49 pm
Hi
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
User avatar

GK User
Mon Aug 08, 2011 6:14 am
thanks, but the same error like before, nothing happens.
User avatar
Expert Boarder

Konrad M
Tue Aug 09, 2011 7:53 am
Ok try this:
Code: Select all
.first {
    background:#3B3B3B;
}
User avatar

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

Konrad M
Tue Aug 09, 2011 8:11 am
Sorry forgot about !important rule
Should be

Code: Select all
.first {
    background:#3B3B3B !important;
}
User avatar

GK User
Tue Aug 09, 2011 8:41 am
nothing :(
User avatar
Expert Boarder

Konrad M
Tue Aug 09, 2011 8:46 am
please clear cache. On my firefox works perfect!
User avatar

GK User
Tue Aug 09, 2011 8:59 am
oh, thank you!!!! It was the cache now, you are the best!!!
User avatar
Expert Boarder

Konrad M
Tue Aug 09, 2011 9:02 am
I'm glad that is working now ;)
User avatar

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...
User avatar
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;
}
User avatar

GK User
Tue Aug 09, 2011 11:36 am
ok, works...Thanks a lot!
User avatar
Expert Boarder


cron