Discussion:
[TYPO3-english] Typo3 6.2.4 Bootstrap background color
Holger B
2014-09-29 11:47:09 UTC
Permalink
Hi,

I've installed Typo3 6.2.4 with the bootstrap_package extension and tried to change the layout, i.e. the background color.

1.) Using the Template Tools - Constant Editor (drop down menu) and changing values in the BOOTSTRAP PACKAGE: STYLING section seems to crash Typo3, because it gives you a completely empty website then. Undoing the changes makes everything working fine again.

2.) Changing the background color in the bootstrap.min.css has no effect.

So, my question: How can I change the background color of my website? Is 1.) a bug that should be reported?
Katja Lampela
2014-11-17 13:29:29 UTC
Permalink
Hi,
Post by Holger B
So, my question: How can I change the background color of my website? Is
1.) a bug that should be reported?
I use this kind of typoscript setup in root template:

page.includeCSS {
theme = EXT:bootstrap_package/Resources/Public/Css/theme.min.css
# theme = {$page.includePath.css}theme.min.css
# file400 = EXT:news/Resources/Public/Css/news-basic.css
# file500 = EXT:powermail/Resources/Public/Css/CssFancy.css
file590 = fileadmin/template/css/myown.css
}

So I can override the previously included css with myown.css.
--
Kind regards,
Katja Lampela
www.lieska.net
Loading...