Custom bootstrap themes
Added by Alexandre Bencz about 6 years ago
Hi!
It's possible to use custom bootstrap themes, like this, http://demo.themekita.com/ready-pro/# with Wt ?
Replies (3)
RE: Custom bootstrap themes - Added by Matt M about 6 years ago
Yes, you can use really any .css you want. The way i did it was to add <link rel="stylesheet" type="text/css" href="./public/styles/style.css"/>
into my <head-matter></head-matter>
tags in my wt_config.xml
. There are various other ways to do it also, see: https://www.webtoolkit.eu/widgets/layout/css/layout/css and check out the external css section 8)
RE: Custom bootstrap themes - Added by Matt M about 6 years ago
Matt M wrote:
Yes, you can use really any .css you want. The way i did it was to add
<link rel="stylesheet" type="text/css" href="./public/styles/style.css"/>
into my<head-matter></head-matter>
tags in mywt_config.xml
. There are various other ways to do it also, see: https://www.webtoolkit.eu/widgets/layout/css/layout/css 8)
RE: Custom bootstrap themes - Added by Matt M about 6 years ago
Didnt mean to comment that second comment, but i dont think i can delete comments on this forum