Hello,
- I added the “Nav Menu” Action to my Bootstap 4 “.navbar-nav” element (onto the ul element of my menu)
- I set the Menu Type to “Bootstrap 4”
Result: the menu items are added to my menu (Bravo!) but no active class is added.There isn’t any field intended for that purpose. It should look like this for the active page:
<li class="nav-item active">
<a href="index.html" class="nav-link">Example</a>
</li>
Did I miss something? Any help would be appreciated. Thanks!
Best regards,
Pierre