Add CustomClass: background_text
CSS:
.background_text strong, .background_text span, .background_text em, .background_text u {
height: auto;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,0,0)), color-stop(50%, rgba(255,255,150,1)));
background: -o-linear-gradient(rgba(255,255,0,0) 50%, rgba(255,255,150,1) 50%);
background: linear-gradient(rgba(255,255,0,0) 50%, rgba(255,255,150,1) 50%);
}