remove border on my header
-
Im using a theme called iGaming, not sure if it matters…
Anyway, I’m having this problem with a border showing on my header..
Any1 know if there is any chance to remove it? I think it should be somewhere in the code…
-
Do you have a live version of your site ? It would make it easier to find out why the border is showing.
If it really is a border, you could create a child theme and then apply custom css to that element to remove the border.
For example:
#header{border: none;}Let me know if you need more help.
What you mean? agatanslan.webatu.com/wordpress
Yeah, not sure it’s a border… Still can’t fix it..
I’m also a beginner of wordpress and doing websites so… Any help would be cool
That bar is actually the menu background. The image there is your logo which is too big and skews the display.
If you go in custom css, you’ll be able to paste this and it should solve your issue
.menu-secondary-container{clear:both;}THanks for tryin to help me but this is the code for the 2ndary menu:
/* Menu Secondary ----------------------------*/ .menu-secondary-container { position:relative; height: 38px; z-index: 300; background: url(images/menu-secondary-bg.png) left top repeat-x; } .menu-secondary {} .menu-secondary ul { min-width: 160px; } /* First Level - Menu Secondary */ .menu-secondary li a { color: #FFFFFF; padding: 13px 15px ; text-decoration: none; font-family: 'Oswald', sans-serif; font-size: 12px; text-transform: uppercase; font-weight: normal; text-shadow: 0 1px 0 #000000; } .menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, .menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a { color: #FFFFFF; background: url(images/menu-secondary-bg.png) left -138px repeat-x; outline: 0; text-shadow: 0 1px 0 #753300; } /* Child Levels - Menu Secondary */ .menu-secondary li li a { color: #fff; background: #DF6C1D; padding: 10px 15px; text-transform: none; margin: 0; font-weight: normal; text-shadow: none; } .menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, .menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a { color: #fff; background: #E9841D; outline: 0; text-shadow: none; } /* Arrows - Menu Secondary */ .menu-secondary a.sf-with-ul { padding-right: 26px; min-width: 1px; } .menu-secondary .sf-sub-indicator { position: absolute; display: block; overflow: hidden; right: 0; top: 0; padding: 12px 13px 0 0; } .menu-secondary li li .sf-sub-indicator { padding: 9px 13px 0 0; } /* Shadows - Menu Secondary */ .wrap-menu-secondary .sf-shadow ul { background: url('images/menu-secondary-shadow.png') no-repeat bottom right; } /* =POST -------------------------------------------------------------- */i just tried to write: .menu-secondary-container{clear:both;}
didnt work.. am I doin something wrong?
and now I guess I scrwed up big time..
my site is down saying: Parse error: syntax error, unexpected ‘.’ in /home/a3287153/public_html/wordpress/wp-content/themes/iGaming/lib/menu-secondary.php on line 7
is there anything I can do to atleast get it back up? π
Try http://jobs.wordpress.net/ or http://directory.codepoet.com/ for urgent support.
still got problems, site still down..
The site is back-up.
“That bar is actually the menu background. The image there is your logo which is too big and skews the display.
If you go in custom css, you’ll be able to paste this and it should solve your issue
.menu-secondary-container{clear:both;}”
didnt solve my problem, the god damn bar is still there.. any suggestions?
Hi Ludas,
Your site still has issues, the main page doesn’t seem to be present. Which other modifications have you done ? Can you try to revert them. It seems like you changed things and no longer have an index.php file in your web root.
You can play directly with the theme files but make sure you have a working backup before doing so if you are unsure of what you are doing. It will save you a lot of time if something goes wrong.
Let me know when the site is running again so I can further assist you.
@andrew Nevins, thanks for the resources you posted.
@ludas – you may not be aware of this but the theme you are using is not released under the GPL licensing requirements of WP – so it’s not supported here at all. You really should reconsider using a theme that is consistent with WP policy and philosophy. This may also be enlightening –
http://www.chipbennett.net/2010/12/10/only-download-wordpress-themes-from-trusted-sources/
The topic ‘remove border on my header’ is closed to new replies.