Hi,
I would like to style a specific menu item in secondary menu. I know the id which is “menu-item-5304”, but i can’t seem to apply a different color nevertheless.
site: http://www.legalpanda.com.ua/
Thanks
Same here, want to change the color of only one of the menu-items of the (main) mobile-menu – nothing (dedicated class, #id, […]) work, whatever I try.
Font size and alignment goes fine, think I got the same “problem” as axelfx07 — any hints!?
I found out that “#mobile-advanced a” is for the lot, but how to assign font-color to only one specific menu-point/item!?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-5304 a {
background-color: orange;
padding: 5px;
border-radius: 5px;
color: white;
}
@emschprint Can you please post the link to your website and point out the menu item you would like to edit ?
Best regards,
Yigit
Hey,
Thanks. Can you please give me the code for editing a hover effect of the same element.
Cheers