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] Dashed lines in Page Menu Bar (http://forum.bytesforall.com/showthread.php?t=9476)

Kimberly Gill Sep 7, 2010 04:06 PM

[SOLVED] Dashed lines in Page Menu Bar
 
I tried adding a html/css insert that I found on a previous forum post to eliminate the dashed gray lines around the page menu bar. Here is what I inserted:

div#menu1 {
border: none;
}


Now if you notice at my site (www.kimberlygill.com) it appears that my header image is being affected. Check it out and let me know if you see an error in the code I entered. Thank you.

Best,
Kimberly

lmilesw Sep 7, 2010 10:07 PM

Those dashed gray lines on the menu should be handled by ATO>Menu >Border around all menu items. Just take out ht code that is there.

Kimberly Gill Sep 8, 2010 10:14 AM

Hi there,

I deleted the html/css insert and then deleted what was in ATO>menu 1 (page menu)>border like you said and I still see two dashed gray lines on either side of my page menu bar.

You can see it here: www.kimberlygill.com

lmilesw Sep 8, 2010 01:27 PM

I goofed... instead of deleting everything you should add the following in the "Border around all menu items"

HTML Code:

1px solid #ffffff;
If that doesn't work double check there is nothing in ATO>Add HTML/CSS Inserts>CSS Inserts for div#menu1 and if there is nothing the following "should" eliminate the borders

HTML Code:

div#menu1 {
border: 1px solid #ffffff;
}


Kimberly Gill Sep 8, 2010 02:12 PM

Yes! Thank you! After trying the first (with no result), your second suggestion worked perfectly!

Thanks again!


All times are GMT -6. The time now is 07:14 AM.

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