LifePak™ Posted April 15, 2015 Share Posted April 15, 2015 Is there anyway to change the background colour to an image in IPB 4? I see the colours in the Front-End Colours but no image option. Link to comment Share on other sites More sharing options...
0 Xing Posted April 19, 2015 Share Posted April 19, 2015 What's your code already?Dont have position: fixed; in your CSS else the background will follow when you scroll.Try adding:background-repeat: no-repeat;background-size: 100%; Link to comment Share on other sites More sharing options...
0 Xing Posted April 16, 2015 Share Posted April 16, 2015 You would have to manually do it in CSS like I did to my boards. Link to comment Share on other sites More sharing options...
0 LifePak™ Posted April 16, 2015 Author Share Posted April 16, 2015 You would have to manually do it in CSS like I did to my boards. Could you briefly explain how? Thank You Link to comment Share on other sites More sharing options...
0 Xing Posted April 16, 2015 Share Posted April 16, 2015 Could you briefly explain how? Thank YouIn your theme's CSS, in your custom.css,Use:#ipsLayout_header header {background: #000 url( # );}Of course, if you inspect element of your current IPB header, you'll see all the other CSS elements for #ipsLayout_header headerWhat I gave you above isn't a complete list of elements from my header. Just how I added an image. Link to comment Share on other sites More sharing options...
0 LifePak™ Posted April 19, 2015 Author Share Posted April 19, 2015 (edited) In your theme's CSS, in your custom.css, Use: #ipsLayout_header header { background: #000 url( # ); } Of course, if you inspect element of your current IPB header, you'll see all the other CSS elements for #ipsLayout_header header What I gave you above isn't a complete list of elements from my header. Just how I added an image. That's worked! Now new question. The skins background scroll with the forum when you scroll it up or down. That presents a problem because in one case, the image repeats and starts over while in the other case, it doesn't repeat so you see solid background after the image runs out. So question is, how can I "Fix" the background so it doesn't scroll with the form? Edited April 19, 2015 by LifePak™ Link to comment Share on other sites More sharing options...
0 LifePak™ Posted April 19, 2015 Author Share Posted April 19, 2015 Thank You. That worked! Link to comment Share on other sites More sharing options...
0 Xing Posted April 20, 2015 Share Posted April 20, 2015 Glad it worked Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted April 20, 2015 Administrator Share Posted April 20, 2015 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
LifePak™
Is there anyway to change the background colour to an image in IPB 4? I see the colours in the Front-End Colours but no image option.
Link to comment
Share on other sites
8 answers to this question
Recommended Posts