Change Color Block Title

Friends,

I'm trying to change the color of the block titles on the home page. You would expect to find this in the theme editor in the color section, See below.

https://prnt.sc/whuy7z

Am I overlooking it or is there another way to change the color. Note I also wish to change the font.

While I realize I can make a custom wrapper, I would love this do this the easy way....:-)

Thanks,

Arnaud

Please share URL of your store

www.tricktribe.com

Please share URL of your store

For example, add the following code to the CSS section of the Theme editor

.ty-sidebox__title-wrapper, .ty-sidebox__title span, .ty-sidebox__title a {
    color: red;
    font-size: 16px;
}