I have a menu I'd like to override the default style and am able to change the color of the text for the menu item but the separator between each text item doesn't change. How can I change the color of the separator.
I used the information from your post and was able to successfully change the color of the separator on a test page but in my application it does not work.
The separators are not displaying but I can highlight them as if they are there.
Could this be a visibility issue? Could the theme I'm using be setting the separator to not visible?
I appreciate your help!
Georgi
Telerik team
commented on 14 Sep 2023, 01:41 PM
Hi, Kevin,
This can be caused by CSS isolation, a .NET feature which scopes styles to specific Razor components. More information can be found in these two articles:
It would be very helpful if you create a runnable sample or modify this REPL example and send it back to me so I can observe the issue locally. This way, I will be able to investigate it locally and come up with suggestions accordingly.