Hi JnEng,

The text was not visible because there was a missing css style that we have added. So in order to make it work on your site without the need to update the whole plugin, you will need just to add the following to the Ribbon Text Style field:

font-size:12px;

If you need to make the text bigger, in a different color and positioned on a different place you can also change add the following styles and adjust their values in order to meet your requirements:

color: #fff;
top: 10px;
left: 10px;

Basically when entering css in this field it will apply to the text in the ribbon.

Hope that helps!