Hi,
How do I change the trailer box font color?
I can adapt the color of the "Trailer Box Subtitle background" in Appearance >  BeTheme options > Colors > Shortcodes, but not the actual text. 
I see there is a div class "desc" and inside that a div class subtitle for the subtitle.
But there is no separate class for the title. And I can't find where I can change the title color anywhere.
Please advice. (please include the EXACT place of the file I need to change, if I need to change a file.
                 
                
Comments
to change text colors of Trailer Box, you need to use the following css:
.trailer_box:hover .desc .subtitle { color: #000 !important; }.trailer_box:hover .desc h2 { color: #000 !important; }