opera7133 / tella

Tella, A Hugo theme for Companies.
https://tella.pages.dev
MIT License
107 stars 86 forks source link

Carousel options #127

Open mddeff opened 1 year ago

mddeff commented 1 year ago

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!

jessemcdowell commented 1 year ago

I put up https://github.com/opera7133/tella/pull/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.