I have tried out this, looks nice, but still doesn’t color the titles in the color I want. It is just changing the background color.
.tc-header, .navbar-inner {
background-color: #154215;
background-image: linear-gradient(to bottom, white, #869E53);
background-image: -webkit-linear-gradient (top, white, #154215);
background-repeat: repeat-x;
border: 1px solid 154215;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
min-height: 40px;
padding-left: 20px;
padding-right: 20px;
}
How to change the font color of the titles and the headlines???? ??