Sorry, I misunderstood...
Then what you are asking for is in the style sheet and related to my earlier answer. You need to know which text is set to title and description. Look at text1,2, or 3. I assume from your earlier response, you are following me, so I will not belabor too many details.
Now edit your theme and edit your theme style sheet. Search for for the "text_1" or text_2" or text_3" whichever applies for the title or the description or both.
For title you will see ".text_1_title" and for description you will see ... you guessed it ".text_2_description". Remember, the number, 1-2-3 can be different, depending on what it set in YOUR settings, so know your settings.
For the title and the description, if you had them selected in your settings and showing on screen, you will likely have an "{" here with some formatting html and then a "}". In between there somewhere reasonable on it's own line with proper handling put the following line in...
you'll see something like this for title...
.text_1_title {
font-family: "Maiandra GD","Papyrus","Palatino Linotype","Georgia";
font-size: 18px;
text-align: right;
color: #006633;
leading: 2;
}
All I added was the one line, the rest was there. save it. and it should work.
Warning.. If you don't reset cache in your browser, it will look like nothing changed because it loads the previous info. I always use IE with a fresh cache and reset the heck out of everything. But I use FF for everything else so I don't lose my valuable history, etc.
Hope this helps.