benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
337 stars 203 forks source link

[Question] How to set Background Image in Template Constants ? #946

Open ds2k5 opened 3 years ago

ds2k5 commented 3 years ago

Hi, how to set background image in the template Constants ?

typo3 10.4.9 and bootstrap package 11.0.2

thanks

gilbertsoft commented 3 years ago

There are several ways to use background images: some content elements have background images or you can add it via CSS e.g. by using a Sitepackage or an inline CSS.

ds2k5 commented 3 years ago

Ok thanks, did I understand right that a constant: "background_image" not exists like "backgroud_color" for the hole page ?

gilbertsoft commented 3 years ago

Yes, I'm not aware of this constant. It's also not simple solvable with one constant. As said, use your Sitpackage to change this.