Jump to content
  • 0

adding backgound on fluxcp bootstrap theme


Leic

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  48
  • Reputation:   0
  • Joined:  02/27/18
  • Last Seen:  

could anyone tell me on how to add a background image on the bootstrap theme of fluxcp? TIA

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3144
  • Reputation:   1632
  • Joined:  03/26/12
  • Last Seen:  

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;
}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  48
  • Reputation:   0
  • Joined:  02/27/18
  • Last Seen:  

thanks for the reply. how about auto sizing the picture and making it 50% opacity?

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3144
  • Reputation:   1632
  • Joined:  03/26/12
  • Last Seen:  

Link to comment
Share on other sites

×
×
  • Create New...