Skip to:
Content
Pages
Categories
Search
Top
Bottom

Customise theme

  • Hello, I have just installed bbpress today, I currently still have the standard kakumei theme installed.

    I would like to add the custom header I use on my website to my forums aswell.

    Can someone please explain exactly how I can do this?

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can do this through the style.css

    This is what I have:

    66 #header {

    67 background: url(‘my-templates/image.jpg’) no-repeat bottom right;

    68 margin: 0 auto 10px;

    69 width: 760px;

    70 height: 116px;

    71 position: relative;

    You can do this through the style.css

    This is what I have:

    66 #header {

    67 background: url(‘my-templates/image.jpg’) no-repeat bottom right;

    68 margin: 0 auto 10px;

    69 width: 760px;

    70 height: 116px;

    71 position: relative;

    Thanks man, I’m going to try it out tomorrow , I’l let you know if it worked!

    Thanks man, I’m going to try it out tomorrow , I’l let you know if it worked!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar