Thx for sharing this is just what I was looking for 😃
One question why do you need the <div class lines> if you specify the font color and size in the span. What does each of the CSS class names have that the <span> lines don't have?
I tried it using just this in the body under custom layout and it display correctly:
<span style="color:#000099;font-size:18px">{AreaDescription}</span>
Now if there was only a way to make the initial size of the drop down box be larger to match the font size?
It goes back to the default font size after the selection has been made. In most cases that would be fine, but in this case, the users want the font to display large all the time.