Remove locked class name(s) from NavLink

Greetings all

Note: newbie to bootstrap studio - enjoy backend dev, dislike front-end (hence the studio tool ;) )

Part of my site has a side menu - the issue is I wish to set active = false on the Options site menu for a specific Nav Link. The issue is the css shows active while the button on the side menu (NavLink Options menu) shows active toggled off (see images).

I am unable to edit the attributes on the bottom of the UI, how do I proceed?

enter image description here

Hi cybergurkin, In the image you have the list item <li> selected, as the active class is set on the anchor tag <a> you would need to select that ?