Hi,
I use Pagelines Framework and iBlog. I am creating my blog, i display metabar information like author, number of comment and date on the welcome page. I just want to change style of meta information ( capitalize) and color (red). I've tried for color the following code :
#page .metabar em,
#post .metabar em {
/* color: rgba(34, 34, 34, 0.75);*/
color:#BB71932 !important;
background: none repeat scroll 0% 0% rgb(238, 238, 238);
font-style: normal;
padding: 5px;
line-height: 2.4em;
}
But it's not working !
Someone could help me; please ?
Thanks











