Change text color inside offcanvas navbar

6 Views Asked by At

If I´m on a big screen, the text color on the navbar is white. However, when it gets smaller I have a offcanvas navbar with white background and I want the text color black. Is it possible?

you can see the example code on bootstrap>Docs>navbar>Offcanvas

.offcanvas-end .nav-link {color: black !important;} did not work

0

There are 0 best solutions below