The Skyforge Posted May 29, 2016 Share Posted May 29, 2016 Hey everyone. Im trying to figure out how to add a background image to our forums. Is there a best way to do this :)? Thanks in advance. Link to comment Share on other sites More sharing options...
The Dark Wizard Posted May 30, 2016 Share Posted May 30, 2016 1 hour ago, Mycelus said: Hey everyone. Im trying to figure out how to add a background image to our forums. Is there a best way to do this :)? Thanks in advance. The best way to do that would be with CSS unless IPS has a feature to easily add background images like it does for the site logo. If you'd like send me a link to the site and the image you want to use and I should be able to give you the CSS you need to use and in what template. A PM will do :). Link to comment Share on other sites More sharing options...
The Skyforge Posted May 30, 2016 Author Share Posted May 30, 2016 Alright I will PM you. Not sure why this isn't a feature on IP Board. Seems like such a basic necessity... Link to comment Share on other sites More sharing options...
ArchLinux Posted May 30, 2016 Share Posted May 30, 2016 custom.css body.ipsApp_front { background: url(https://img.fotoaly.com/woman-singing-into-microphone2.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .ipsApp_front header { background:none !important; } Link to comment Share on other sites More sharing options...
The Skyforge Posted May 30, 2016 Author Share Posted May 30, 2016 Where would that be posted? Link to comment Share on other sites More sharing options...
The Dark Wizard Posted May 30, 2016 Share Posted May 30, 2016 3 minutes ago, Dolphin. said: custom.css body.ipsApp_front { background: url(https://img.fotoaly.com/woman-singing-into-microphone2.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .ipsApp_front header { background:none !important; } That would work fine. 13 minutes ago, Mycelus said: Alright I will PM you. Not sure why this isn't a feature on IP Board. Seems like such a basic necessity... Do it in custom.css Link to comment Share on other sites More sharing options...
The Skyforge Posted May 30, 2016 Author Share Posted May 30, 2016 This did the job, thanks everyone. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.