Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] can't remove that little black bar above and below header image. screenshot (http://forum.bytesforall.com/showthread.php?t=7559)

iandymorris Jun 12, 2010 10:01 PM

[SOLVED] can't remove that little black bar above and below header image. screenshot
 
here is a picture of what i malking about:
http://screencast.com/t/MmY5MTg1OTQ

i simply don't see those little lines configured anywhere... am i going crazy?

qbuster Jun 13, 2010 02:01 AM

Quote:

Originally Posted by iandymorris (Post 34244)
here is a picture of what i malking about:
http://screencast.com/t/MmY5MTg1OTQ

i simply don't see those little lines configured anywhere... am i going crazy?

You need to go to Atahualpa Theme Options in Appearance/Style & Edit Header Area/Configure Header Area and remove or change %bar and note the comments about %bar.

Cheers


Will

rosetrees Jun 14, 2010 06:08 AM

Those lines are added by some code in the HTML/CSS inserts area.

Go to "Add HTML/CSS inserts" at the bottom of the theme options menu.

Look for this bit of code:
div#imagecontainer {
border-top: solid 5px #333;
border-bottom: solid 5px #333

You can delete it or just set the size to 0px.

anishinaboy Jun 15, 2010 10:13 AM

I'm having the same problem but have been unable to find the code rosetrees mentions.

lmilesw Jun 15, 2010 08:45 PM

Quote:

Originally Posted by anishinaboy (Post 34449)
I'm having the same problem but have been unable to find the code rosetrees mentions.

What code do you have in CSS Inserts?

KJC Jun 17, 2010 04:26 AM

I was having the same issue. Check out Post & Pages > Style POSTS & PAGES > POST Container. This removed the horz bar above the page header.

Sparklesperson Nov 4, 2010 03:01 PM

Quote:

Originally Posted by rosetrees (Post 34316)
Those lines are added by some code in the HTML/CSS inserts area.

Go to "Add HTML/CSS inserts" at the bottom of the theme options menu.

Look for this bit of code:
div#imagecontainer {
border-top: solid 5px #333;
border-bottom: solid 5px #333

You can delete it or just set the size to 0px.

Not finding this code anywhere. I'm using 3.4.9, if that makes a difference.

juggledad Nov 4, 2010 05:00 PM

Sparklesperson - what is your url?

mascara47 Mar 23, 2011 06:16 PM

I am having the exact same problem. I do not have the %bar in my header; the bars just show up anyway. My website is www.saralujan.com. I'd love to hear suggestions for this problem. Thank you.

mascara47 Mar 23, 2011 06:21 PM

Never mind, I just found this thread and fixed it: http://forum.bytesforall.com/showthread.php?t=8391

Thanks!

lmilesw Mar 23, 2011 06:23 PM

Quote:

Originally Posted by mascara47 (Post 61405)
I am having the exact same problem. I do not have the %bar in my header; the bars just show up anyway. My website is www.saralujan.com. I'd love to hear suggestions for this problem. Thank you.

In this case go to ATO>Add HTML/CSS Inserts>CSS Inserts and look for the follwoing
HTML Code:

div#imagecontainer {
    border-bottom: 5px solid #333333;
    border-top: 5px solid #333333;
}

You can comment these lines out or remove them to remove the lines above and below the header image.


All times are GMT -6. The time now is 10:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.