I have a bootstrap navbar (download the CDN to set all the changes on the page with bootstrap). The problem is that I can not change the background of this, no matter how much I get into their classes and use! Important, I checked with the elements in the DOM and nothing happens with the changes.
I attach the navbar code:
<nav class="back-nav navbar navbar-expand-lg navbar-light bg-light">
Navbar
Home (current) We Services Articles Contact
I attach the css code:
.navbar {
background: red !important;
}
It should be noted that I have also tried to take the classes that the element inspector tells me (bg-light) and also do not change the background.