Topic: Outline Type?
I'm building a gallery and finding that no matter what neutral color I choose for my caption type, some image or other makes it hard to read. It would be great to add a thin outline to the type.
I'm no CSS pro. I tried to add the following to the index.html's body tag:
text-shadow: 2px 2px 0 black, 2px -2px 0 black, -2px 2px 0 black, -2px -2px 0
But, that only affected the arrows (and it did so badly), not the caption text.
So:
1) Is there a feature in Juicebox-pro which will help make my caption text consistently readable?
2) If not, does anyone know any CSS I could add to the html file which would do this?
Thanks much!