Hi
When I try and change the block header background colour using the TT design interface it does not seem to change the colour or the output css. see below. The line background-color:#9D5E4C; does not seem to change.
.ttr_block_header
{
border-radius:0px 0px 0px 0px;
border:Solid transparent;
border:Solid rgba(255,255,255,0);
border-width:1px 1px 1px 1px;
background-color:#9D5E4C;
background:rgba(157,94,76,1);
height:40px;
margin-top:4px;
margin-left:4px;
margin-right:4px;
margin-bottom:4px;
padding-top:0px;
padding-left:5px;
padding-right:0px;
padding-bottom:0px;
}