Forums

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

Home Forums CSS [Solved] Changing colors in a bootstrap snippet

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

    I am trying to change the colors of this bootstrap snippet:

    http://bootsnipp.com/snippets/featured/form-process-steps

    I’ve been able to change all the colors except one. I am trying to change the color of that light grey bar to dark grey. I changed the color of the light grey circle by changing the color in line 17 of the CSS from #f5f5f5 to #BDBDAE. But when I add background-color: #BDBDAE; to line 20, only half of the light grey line turns dark grey. How to I change the rest of the line to #BDBDAE?

    #200418
    sdecorla
    Participant

    Thanks – that worked.

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