Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Bootstrap navbar class active background change.

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #252399
    oj
    Participant

    Hello!
    I cant figure out why i can’t change class “active” – background color.

    Example:
    http://www.bootply.com/jmMo5DnojA

    Thank you!

    #252436
    Paulie_D
    Member

    Looks like it’s a specificity issue.

    Try

    .navbar-inverse .navbar-nav > .active > a, 
    .navbar-inverse .navbar-nav > .active > a:focus, 
    .navbar-inverse .navbar-nav > .active > a:hover {
        color: rgb(255, 255, 255);
        background-color: red
    }
    

    http://www.bootply.com/EJhCIuiyId

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.