Is it possible to have full control over nav_main_sub template?
I am trying to edit it and it still adds bunch of classes and stuff.Below is an example in my qa-theme.php but nav('main') still adds more classes. How can I disable that?
public function nav_main_sub()
{
$this->nav('main');
$this->nav('sub');
}