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 horizontal bar in the header (http://forum.bytesforall.com/showthread.php?t=8473)

t.hoelzl Jul 23, 2010 01:37 PM

[SOLVED] Canīt remove horizontal bar in the header
 
1 Attachment(s)
Please see http://www.stoibaer.de

How can i remove the horizontal bar between logo an headerimage? I deleted the bar1 but it does not work.

lmilesw Jul 23, 2010 02:07 PM

Look in the CSS Inserts box for a black margin. I think the selector is div#imagecontainer

t.hoelzl Jul 24, 2010 02:15 AM

I think its the div.horbar1, which is in css.php:

div.horbar1 {
<?php bfa_html_inserts($bfa_ata['horbar1']); ?>
}

So modifications in the section "Configure Header Area" -> "Horizontal Bar 1: Styling" should be responsible for it. But every modification i made, brought no result.

lmilesw Jul 24, 2010 04:04 AM

You shouldn't make changes to css.php. CSS Inserts is in the Atahualpa Theme Options: ATO>Add HTML/CSS Inserts>CSS Inserts.

juggledad Jul 24, 2010 07:01 AM

the effect you see is is caused by one of the CSS entries in the CSS Inserts area. I imported your style and deleted everything from the CSS Inserts and the bars went away.

So go thru, delete a couple at a time and I'm sure you will find teh CSS that is causing the line you see.

t.hoelzl Jul 26, 2010 07:24 AM

Thank you!

>Add HTML/CSS Inserts>CSS Inserts

div#imagecontainer {
border-top: solid 0px #333;
border-bottom: solid 5px #333;

==> solved


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

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