I have an issue while trying to apply a class on an li tag from my custom plugin css. I load my plugin after the theme is setup.
add_action('after_setup_theme', 'run_menufix');
Still the li tag is being controlled by the theme css. Is there anything I can do here to make the plugin css to take control of the li tag? Thanks for anyput.