Image cells without titles
mlewisosu opened this issue · 3 comments
I'm told we used to be able to create image cells with no title, and thus could get no rollover text.
Now it requires a title when an image cell gets created, and so we get rollover text where we'd rather not.
We've updated your test server with the newest version. You can set css classes on any cell now by adding a "class" field in the backend. (See https://github.com/motionbank/score-system-backend/wiki/Cell-field-options )
We've provided a class "hide-info" which permanently hides the info card. (Theres another class "show-info" which will permanently show the info card, in case you need it.)
Please note the update also includes some changes to the default text styles for text and html cells. Included is a lighter weight default font which automatically adjusts its size depending on the cell size.
Text is light-colored by default and can be changed to a dark version by adding a class of "text-dark" to the cell.
Please let me know if these changes don't work for you. We can make specific changes for you or revoke them altogether.
Thanks Martin - we'll take a look!
That worked great, thanks.