Home › Forums › CSS › How to change text color globally? › Reply To: How to change text color globally?
August 7, 2013 at 8:28 am
#145996
Member
The ‘global’ text color is in your bootstrap.css file.
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #656566; <----
background-color: #262528;
background: url(../img/bg.jpg) 0 0 repeat;
}
Be VERY careful about changing this as it’s possibly going to make a lot of changes that you aren’t anticipating.