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 '' . $variables['tree'] . '
';
}
I'm struggling to achieve this using Kalatheme and would appreciate some help.