Jump to content
Sign in to follow this  
jabernathy

Where do you change header css?

Recommended Posts

Rob
Is this a demo of what the messed up code looks like in action? Can you provide the CSS code you have in Custom Code in the CSS Rules area between [ code] and [ /code] (without the spaces in the tags)?

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
jabernathy
This is everything in the css rules area. Here is what it looks like now. http://phoneywood.com/wordpress/home/ #header { background: url("uploads/2011/10/contact_bg.jpg") repeat scroll 0 0 #434449; height: 112px; } #header_in { background: url("uploads/2011/10/contact_top.png") repeat-x scroll 0 0 transparent; height: 112px; } The contact_bg.jpg is the texture image. That shows up if bbPress is deactivated. The contact_top.png is the gradated shadow at the top. I never did get that to appear. This is what it should look like. http://www.phoneywood.com/ Thanks

Share this post


Link to post
Share on other sites
kastelic
The problem is in your path. The browser is not finding the background image at "uploads/2011/10/contact_bg.jpg" You should go to the media library and copy the absolute URL (with the http:// and everything) and use that in your CSS instead.

Share this post


Link to post
Share on other sites
jabernathy
That added the texture but not the shadow(contact_top.png). Why is it not seeing that?

Share this post


Link to post
Share on other sites
jabernathy
#header { background: url("http://phoneywood.com/wordpress/wp-content/uploads/2011/10/contact_bg.jpg") repeat scroll 0 0 #434449; height: 112px; } #header_in { background: url("http://phoneywood.com/wordpress/wp-content/uploads/2011/10/contact_top.png") repeat-x scroll 0 0 transparent; height: 112px; } That looks like this:http://phoneywood.com/wordpress/home/ It should look like:http://www.phoneywood.com/ The slider is also messed up.(I think from adding bbPress)

Share this post


Link to post
Share on other sites
catrina
Is the shadow you're trying to add intended to line the top in a horizontal direction? Just wondering because the image is a vertical line. What is the shadow for specifically? A contact form?

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
jabernathy
Yes, See the subtle shadow at the top of this header image http://www.phoneywood.com/ Its a vertical line but it repeats.

Share this post


Link to post
Share on other sites
Danny
Hi Jabernathy, When you say "the subtle shadow at the top of this header image" where am I looking exactly, do you mean this image ? http://phoneywood.com/wordpress/wp-content/uploads/2011/10/contact_bg.jpg

Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×