Is it possible to add or change the color of the Forum Blocks? Im trying to do something similar to this
http://getbblog.com/en/board
Code is
font-family: Exo,Arial;
position: relative;
top: 7px;
font-weight: 700;
font-size: 26px;
line-height: 27px;
text-transform: uppercase;
color: rgb(255, 192, 0);
text-shadow: 0px 0px 10px rgb(255, 156, 0), 1px 1px 0px black;
However not sure where to add any help would be appreciated