Jump to content
WebFlake
  • 0

IPB 4 Background


LifePak™

Question

8 answers to this question

Recommended Posts

  • 0

Could you briefly explain how? Thank You

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.

Link to comment
Share on other sites

  • 0

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 by LifePak™
Link to comment
Share on other sites

  • 0
  • Administrator

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

×
×
  • Create New...