This is an extremely novice question, but something is just not click. Please excuse my thick headedness.
In my attempt to style the navbar, I’m unable to find the necessary list (ul) and list items (li) as referenced in the Bootstrap documentation. This is what I see as my best option, in header-top-navbar.php, to edit the class of the navbar:
I suppose I could essentially replace the PHP with a list and list items, but I’d like to retain the PHP so that the ‘active’ class remains functional.
Am I looking in the wrong place? Right now, it is my understanding that I could just change the class “navbar-collapse” to “nav-stacked” or something similar, but this is not returning desired results (the navbar disappears, apparently I’m not editing the right selector). Any help would be very much appreciated.
I would think that this is probably the preferred route, since nav-stacked automatically gives you the vertical orientation and you wouldn’t have to redefine any of the base nav styles (which you may wind up needing elsewhere).