Tagged: menu
Hi, how can I highlight a particular submenu item (e.g. by changing background, making it bold and adding a font colour).
thank you.
Hey!
Please go to Appearance > Menus and click on your menu item and choose to display Button Style
Best regards,
Yigit
Hi, that works for the top navigation menu items, but I want to pick out one from the dropdown submenu – I have about 6 items listed, I want to highlight the 3rd one.
Hi!
Please post the link to your page and point out your menu item that you would like to highlight :)
Cheers!
Yigit
see private area..
Hi!
Please add following code to Quick CSS
li#menu-item-48 a {
color: red;
background: #f2f2f2;
}
Regards,
Yigit
perfect, thank you.