I have the Css here
/* =Featured Slider
----------------------------------------------- */
.featured {
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
background-color:#fff;
height:313px;
width:976px;
position:relative;
overflow:hidden;
}
.featured img {
max-width:100%;
height:auto;
margin: 0 auto;
display: block;
}
.featured .img-effect {
display: block;
height:313px;
width:976px;
overflow:hidden;
position:absolute;
top:0;
left:0;
background:url(images/featured-img-effect.png);
z-index:10;
}
.featured-text {
padding:16px 10px 0;
}
.featured-text span {
font-size:15px;
font-weight:bold;
}
.featured-text a.readmore {
display: inline;
padding: 0;
}
i tought i could just add font-color:#ACB3BD;
below the font-weight but that didnt work.