<nav id="section_navbar" class="navbar navbar-expand-lg fixed-top">
<div class="mx-auto my-2 order-0 order-md-1 position-relative">
<div id="top_logo" class="container-fluid">
<span>VirtualQR</span>
</div>
</div>
<div class="navbar-collapse collapse w-100 dual-collapse2 order-2 order-md-1">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#section_navbar">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section_howdoesitwork">How does it work?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section_pricing">Pricings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section_contact">Contacts</a>
</li>
</ul>
I am facing an issue with changing the color of the nav-link. Despite trying various solutions from other sources, I have been unable to resolve the problem. I suspect there may be an issue within my code that is causing this. Can anyone help me troubleshoot this?