Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘CSS class Fullwidth Menu Item?’ is closed to new replies.
Hi there,
Im trying to give Submenu items individual text colors, but with no luck till now.
tryed the css class thing for Menu items in Custom CSS – no luck
Tryed set class for #menu-item – no luck
Thx for a quick advise.
best!
Hey wienerpresswerk!
You mean the top level menu items it looks like. Add this to your custom CSS.
nav.main_menu .menu > li:nth-child(1) .avia-menu-text { color: red !important; }
nav.main_menu .menu > li:nth-child(2) .avia-menu-text { color: blue !important; }
etc etc
Cheers!
Elliott
Hi Elliott,
I mean the Items in Fullwidth submenu called Poistionen,Fortbewegung etc.
every custom Cssi´ve tryed dosn´t show any influence to that submenu.
Hey!
Please try the following instead:
#menu-item-16594 .avia-menu-text {
color:green !important;
}
You would have to inspect the other items for their id’s.
Cheers!
Rikard
thx, thats it!