I have a question on how to change the submenu color of a user menu dropdown. I want to be able to control what color the submenu and menu item is. In a sense, make it a different color than the other menu items. I know that you can do this in the overrides.css file, but need to know what css code to use to accomplish this.
Ok, that was question 1, second question is along the same lines. How do I shift a usermenu submenu content dropdown to the left with the override.css? I tried to apply the same method as I did when I set the location on my main menu, using this:
- Code: Select all
li.apple > div.childcontent{
margin-left: -67px!important;
}
It doesn't work. Any ideas? I've inserted an image for reference.
Thanks so much for your help,
Tim