Change close icon color in bootstrap

i want to change the color of my close icon to white so that it matches the color of the navbar elements i have used a class navbar-close-white it is changing the color but it is not same as the other navbar elements also can i increase it's weight.here is my code"https://codepen.io/Talha-Mustafa/pen/XWOgzGe
No description
1 Reply
MarkBoots
MarkBoots7mo ago
it is because it is a background svg on .btn-close if you want something else, you have to override it, or make a complete new button
No description