I really like this theme, but the torn paper thing at the top is not a good header arrangement for the site I'm working

Could you tell me how I can just have consistent background instead of the torn paper header.

I played around with it a bit, but I thought it might already be documented or someone could tell me how to change it.

Comments

Anonymous’s picture

Assigned: Unassigned »

By just tweaking some of the css you can get rid of the styles that create the paper header. Here is what you have to do:

in style.css, delete the followings (->):

line 277:

 body {
->  background:transparent url(images/layout/header.jpg) no-repeat scroll center top;
}

line 281:

#header {
->  background:transparent url(images/layout/header.jpg) no-repeat scroll center top;
}

Then you'll have to bring the header title and logo back up, change these values :

line 384:

.withprimary #logo {
  margin:65px 20px 0 0;
  change to:
  margin:20px 20px 0 0;
}

line 387:

.withprimary #name-slogan {
  padding:75px 0 0;
  change to:
  padding:20px 0 0;
}

Does that make sense ?

Anonymous’s picture

In version 6.2, you can remove the paper in the header in the theme configuration page:

/admin/build/themes/settings/painted

AT the bottom of the page, you can choose to "Show white paint in header" or not.
Can't get much easier :)

Anonymous’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Active » Fixed
domineaux’s picture

Sorry, I should have responded right after I got it done.

Thank you it worked.

Anonymous’s picture

Oh well, at least now it's just a checkbox :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.