2

Trying to change the border colour of a div element with the class .border, how do you change the colour of this to a non-bootstrap specified color in css, i.e

.border{
   color: #E9C8FF;
}
teamyates
  • 414
  • 1
  • 7
  • 25
  • 1
    You need to make your selector more specific than Bootstrap's, or as specific and load it after Bootstrap's CSS. – j08691 Jun 07 '18 at 17:39
  • As explaned in the dup, you'll need to use `!important` to override Bootstrap, because the Utility classes use `!important`. – Carol Skelly Jun 07 '18 at 17:42

0 Answers0