Reputation: 701
Bootstrap 3 does not have the customize option yet.
The color of the navbar for the carousel template is blackish. I would like to change that to #4169E1
. I already have a custom.css
file that is linked beneath the bootstrap.css
reference. What would I put into my custom.css
to change the color of the navbar?
<!-- Bootstrap core CSS -->
<link href="../bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="../bootstrap/css/custom.css" rel="stylesheet">
Upvotes: 0
Views: 2354