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)
-   -   [SOLVED] Remove the dotted outline around page menu bar (http://forum.bytesforall.com/showthread.php?t=9895)

over_cloud9 Sep 26, 2010 09:15 PM

[SOLVED] Remove the dotted outline around page menu bar
 
A short and quick question- how do I remove the dotted grey line in the pic below (I've marked it with the black rectangle)?
http://img72.imageshack.us/img72/9995/errorcs.jpg

I checked all the settings in atahualpa 3.44, most obviously in the header styling and page menu bar area. The dotted line appeared when I changed the header config from %page to %page-center. Before that, it wasn't there.

Also when I see my website in IE, the rounded corners of the site's body and widget boxes do not show, do I need to use any particular code for that? I used some code for Mozilla.

My website is : overcloud9.com

over_cloud9 Sep 26, 2010 09:32 PM

Ah found it in the forum! the css.php has div1 menu where that dotted border is defined. that border code needs to be removed.

juggledad Sep 27, 2010 04:42 AM

However, you do not need to edit the css.php file.

Simply copy + paste as a CSS Insert:

HTML Code: to make it a solid line
HTML Code:

div#menu1 {
        border: dashed 1px #your_color_here;
}

HTML Code: to make it go away
HTML Code:

div#menu1 {
        border: dashed 0px #fff;

}

Into Atahualpa Theme Options (ATO) > Add HTML/CSS Inserts > CSS Inserts

over_cloud9 Sep 27, 2010 08:26 AM

Thanks Juggledad, I figured it out :)


All times are GMT -6. The time now is 06:20 PM.

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