Gray bar appearing on the top of my custom header
-
I created the header in photoshop and cropped it right on the black (at the top). But on my webpage, there appears a gray bar. Please advise. Thank you.
Blog url: http://shesolditforme.wordpress.com/ -
Your custom CSS is adding a border. Go to Appearance → Custom Design → CSS and look for this code block:
#branding { border-top: 2px solid #BBB; padding-bottom: 10px; position: relative; z-index: 9999; }Remove this part:
border-top: 2px solid #BBB; -
-
When I click appearance > Custom Design > CSS, it shows a style sheet editor and in it is this ” /* Welcome to Custom CSS!…” but no code.
Please advise, thank you kindly.
-
I did find a link that said “open original style sheet” which opens in Adobe GoLive. I did find the content there.
How do I get the change to reflect in my page?
-
- The topic ‘Gray bar appearing on the top of my custom header’ is closed to new replies.