Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 29, 20169 yr 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.
May 30, 20169 yr 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 :).
May 30, 20169 yr Author Alright I will PM you. Not sure why this isn't a feature on IP Board. Seems like such a basic necessity...
May 30, 20169 yr 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; }
May 30, 20169 yr 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
Archived
This topic is now archived and is closed to further replies.