Different Itemcolors in One Menu
13 years 1 month ago #1463
by Andy256
Different Itemcolors in One Menu was created by Andy256
Hi, Hope you Gould help 
Is it possible to have two different Colors in 1 Menu, that means for example:
Home ( backgroundcolor: Red / hover: green)
Contact (backgroundcolor: blue / hover: yellow)
FAQ (backgroundcolor: blue / hover: yellow)
Tried to modify the php but here i can only edit the backgroundcolor of the Complete ....
Please Help

Is it possible to have two different Colors in 1 Menu, that means for example:
Home ( backgroundcolor: Red / hover: green)
Contact (backgroundcolor: blue / hover: yellow)
FAQ (backgroundcolor: blue / hover: yellow)
Tried to modify the php but here i can only edit the backgroundcolor of the Complete ....
Please Help

Please Log in or Create an account to join the conversation.
13 years 1 month ago #1465
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Different Itemcolors in One Menu
Hi
of course you can
use the css with something like this :
where XX is the itemId
CEd
of course you can
use the css with something like this :
Code:
li.itemXX { ... }
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 1 month ago #1466
by Andy256
Replied by Andy256 on topic Re: Different Itemcolors in One Menu
Hi thanks for reply,
already tried to insert this in maximenuH_CK.php and moo_maximenuH_CK.css but it dosn't work .... !
Any Idea ???
Thanks
already tried to insert this in maximenuH_CK.php and moo_maximenuH_CK.css but it dosn't work .... !
Any Idea ???
Thanks
Please Log in or Create an account to join the conversation.
13 years 1 month ago #1467
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Different Itemcolors in One Menu
yes, I have the idea that you did it wrong 
please give me your url and tell me which item you want to change the color
CEd

please give me your url and tell me which item you want to change the color
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 1 month ago - 13 years 1 month ago #1468
by Andy256
Replied by Andy256 on topic Re: Different Itemcolors in One Menu
First, thanks for your Quick reply and for help :silly:
URL: krampfaderveroedung.eu/
I tried to Change the background color of the first Item "Krampfadern" ID=588
URL: krampfaderveroedung.eu/
I tried to Change the background color of the first Item "Krampfadern" ID=588
Last edit: 13 years 1 month ago by Andy256.
Please Log in or Create an account to join the conversation.
13 years 1 month ago #1469
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Different Itemcolors in One Menu
try to add this in the css :
.navigation div#maximenuCK ul.maximenuCK li.item588 > a {
background:blue;
}
.navigation div#maximenuCK ul.maximenuCK li.item588 > a {
background:blue;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: Andy256
Please Log in or Create an account to join the conversation.
Time to create page: 0.224 seconds