Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
The Skyforge Posted May 29, 2016 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.
The Dark Wizard Posted May 30, 2016 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 :).
The Skyforge Posted May 30, 2016 Author 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...
Starship Posted May 30, 2016 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; }
The Dark Wizard Posted May 30, 2016 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.