Leic Posted April 5, 2018 Posted April 5, 2018 could anyone tell me on how to add a background image on the bootstrap theme of fluxcp? TIA
1 Akkarin Posted April 5, 2018 Posted April 5, 2018 An example of a fixed (not moving when scrolling) background image. You put this at the bottom of your /themes/bootstrap/css/flux.css file. body { background: #000000 url(/themes/bootstrap/img/imagename.jpg) no-repeat top center fixed; }
0 Leic Posted April 5, 2018 Author Posted April 5, 2018 thanks for the reply. how about auto sizing the picture and making it 50% opacity?
0 Akkarin Posted April 5, 2018 Posted April 5, 2018 https://www.w3schools.com/css/css_image_transparency.asp Google is your friend.
Question
Leic
could anyone tell me on how to add a background image on the bootstrap theme of fluxcp? TIA
3 answers to this question
Recommended Posts