Hi I have added a custom menu (footer_menu) and wish to add bootstrap CSS to the menu's UL. There is a theme function in the Bootstrap theme which does this: /** - Bootstrap theme wrapper function for menu links. */ function bootstrap_subtheme_menu_tree__menu_footer_menu(&$variables) { return '<ul class="menu nav navbar-nav footer">' . $variables['tree'] . '</ul>'; } I'm struggling to achieve this using Kalatheme and would appreciate some help.