opera7133/tella

Carousel options

Opened this issue · 1 comments

mddeff commented

Is there a way to adjust (cleanly) font color and text placement for the titles of the carousel images? While it works for some images, I have other, lighter colored images, where you can't see any of the white text.

If there's some docs I'm missing that show this just let me know. Thanks for an awesome theme!

I put up #130 which lets you specify the text color. There are a bunch of built in colors like text-black and text-gray-900 (look in themes/tella/assets/css/style.css for a list). You can also add your own class with any styling you want to custom.css.

I spent a bit of time trying to figure out how to move the position of the text, but it was a little less trivial. I don't need it for my website so I stopped working on it.