How do I install a new Bootswatch theme?

I would love to install the theme below on my app but I just can’t wrap my head around how to start.

https://bootswatch.com/lux/

Can anyone shed a light?

Ps.: This theme is free but not included in the themes offered natively in TB.

The main issue with these themes is that they are using a newer version of Bootstrap. Sadly, we’re still on version 3.3.7

But assuming that wasn’t the issue, you’d simply just need to add the CSS via a link or manually into your app.

For example, simply add this to the header in custom code:
<link href="https://bootswatch.com/5/lux/bootstrap.min.css" rel="stylesheet" />

At this time I don’t advise using themes from newer versions of Bootstrap. We do plan on making updates to the app designs in the first quarter of 2022.

1 Like