I've discovered this accidentally. You can change the title if you use the pango markup language.
Right-click on the Menu then Properties.
[img height=600 width=361]http://i.imgur.com/9TfSecn.png[/img]
When the whisker menu dialog opens change the title to this:
foreground defines the font color
You can set your own font color. For example red, green, #fff, #fcfc02...
size defines the font size, some of them are 'xx-small', 'x-small', 'small', 'medium', 'large', 'x-large', 'xx-large'
If you want to see more options follow this link
[img height=456 width=800]http://i.imgur.com/thVMZ6T.png[/img]
Right-click on the Menu then Properties.
[img height=600 width=361]http://i.imgur.com/9TfSecn.png[/img]
When the whisker menu dialog opens change the title to this:
Code:
<span foreground="black" size="large">Menu</span>
You can set your own font color. For example red, green, #fff, #fcfc02...
size defines the font size, some of them are 'xx-small', 'x-small', 'small', 'medium', 'large', 'x-large', 'xx-large'
If you want to see more options follow this link
[img height=456 width=800]http://i.imgur.com/thVMZ6T.png[/img]