You can add the following into Appearance->Customize->Additional CSS
.density_tm_wrapper_all .main_leftpart .short_info_wrap.pattern-two {
background: red;
}
You can either use specific colors or hex values such as #FFFFFF for white
background: #FFFFFF;