Css – How can I change Bootstrap navbar text color on hover?
I tried to change the color of the letters when the cursor is on them, but I can't do it. nav a { text-decoration: none; } .logo { height: 3rem; } .navbar-nav .nav-item .nav-link.custom:hover { color: #ffc107; } <link rel="stylesheet"…