Hello,
I’m trying to change the inline list text color. But can’t change it to white.
The current color is blue. I can’t change it even via CSS!
<footer class="col-12 bg-info justify-content-center" style="width:100%;height:100px;">
<ul class="list-inline text-center text-white" style="margin-top: 3%;" >
<li class="list-inline-item "><a href="#">Lorem ipsum</a></li>
<li class="list-inline-item"><a href="#">Lorem ipsum</a></li>
<li class="list-inline-item"><a href="#">Lorem ipsum</a></li>
</ul>
</footer>
thanks,
Saeed