Reply To: How do I isolate the rule for the sub-menu and the sub-menu of a sub-menu?

Home Forums Support How do I isolate the rule for the sub-menu and the sub-menu of a sub-menu? Reply To: How do I isolate the rule for the sub-menu and the sub-menu of a sub-menu?

Home Forums Support How do I isolate the rule for the sub-menu and the sub-menu of a sub-menu? Reply To: How do I isolate the rule for the sub-menu and the sub-menu of a sub-menu?

#97820
Emily Condit

Thank you for your help. The screen-size will help me out a lot.

Unfortunately, the rule you mentioned did not overwrite the list-style type. I still think this rule, which is a class applied to the ul which represents the main-navigation menu, is causing the problem:

.sf-menu, .sf-menu * {
margin: 0px;
padding: 0px;
list-style: outside none none;
}

It’s on a stylesheet called superfish.css. I could be wrong though. I have tried to overwrite this rule without success.

Thanks!
🙂 Emily