Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
297 views
in Q2A Core by
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');

}

Please log in or register to answer this question.

...