Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   How to get rid of dashed borders around page and category menus, v. 3.5.1 (http://forum.bytesforall.com/showthread.php?t=7341)

paulae May 30, 2010 10:54 AM

How to get rid of dashed borders around page and category menus, v. 3.5.1
 
Either I'm fuzzy today, or there is no theme option for getting rid of the gray dashed border around the page and category menu bars in the header area.

I used the HTML/CSS Inserts area to insert this bit of CSS, which took care of the problem:
Code:

div#menu1 {
border:0;
}
div#menu2 {
border:0;
}

This site is running WP 2.9.2 and Atahualpa 3.5.1. http://aghca.org

juggledad May 30, 2010 11:07 AM

1) is this using the new round style
2) please export your style and send it to me so I can see what is happening

paulae May 30, 2010 11:22 AM

1 Attachment(s)
Yes, rounded styles. Hmmm. I just looked at the exported file, attached here. That doesn't look at all right!

juggledad May 30, 2010 11:44 AM

The file is correct - though weird looking - it is base64_encoded now, to fix some import issues at some hosts.

This dash issue is something that has been around since the introduction of %page-center, if you change back to %pages, the dashes go away. Your solution is the generally accepted one.

Should it, by default, not be there...maybe yes...maybe no...

paulae May 30, 2010 12:03 PM

Well, as with the other dashed borders in the default theme settings, I think these should be editable from the options menus. And why have dashes as the default anyway?


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

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