I am still struggeling with CSS.
I want to set the Backgroundcolor and the Link/Text-Color of a specific Menu-Component. I know who to style the Menu generally for the whole Application but I need it just for one Page. The Menu-Component has no explicit Style Attribut to set in inline just for the specific object.
This is the way I style the Link-Color but it sets the color for all my Menus...
.k-menu-link {
color: red;
}
Any help ?