Hi,
I have seen Zero Point demo: http://www.301.ro/ . i need same menu (primary link) color. In zero point theme setting there is option of different color i.e Layout settings under Style we can select color for our menu bar but in demo http://www.301.ro/ in menu bar multiple color is available how we can achieve that. if some one know it will help me lot.
Thanks in advance
Comments
Comment #1
zakir.gori commentedwaiting for reply.
Comment #2
zakir.gori commentedwaiting for answer !
Comment #3
zakir.gori commentedAny one !!
Comment #4
zakir.gori commentedsteel waiting for answer
Comment #5
Deepika.chavan commentedHi ,
In 'zeropoint/_custom' directory 'custom-style.css' file is there.
Please uncomment the css code under 'SPECIAL STATIC-MENU COLORS' to change the background color of all menu items, in 'custom-style.css' and Change the values accordingly: XXX=menu numer; YYY=background color.
In my case I Added following code in my 'custom-style.css' file.
Please clear cached data.
HTH !!
Rgrds,
Deepika
Comment #6
zakir.gori commentedHi, Deepika
Thanks for your comment i did what you said but its not working!
is this other setting in theme so that it will use custom CSS?
Thanks once again
Comment #7
zakir.gori commentedyes it work but for when i comment out first last i.e navlist li.first a
i have a question what this mean:
#navlist li.menu-327 a {
background: #005A84;
}
menu-327 is this mean node/327 ?
Comment #8
leenark commentedHi Zakir,
I am also trying to do the same using different colours for menu in zero point theme.
Looks like Deepika's solution worked for you. I have few doubts if you can help:
I tried this code in custom-style.css but didnot work (did clear cache).
1. In theme settings should we check layout style to 'Themer'?
2. Does this work only for mainmenu or can I use it for other menu block?
3. Do dropdown levels work for it, as your example site doesnot have levels.
Thanks,
Leena
Comment #9
florian commentedIn the last version of theme, in custom-style.css, see the following lines:
If you want to have different colors for menu items, this is possible only for the static menu (not drop down, which is limited only to the first and last menu, with different colors).
Comment #10
florian commented