Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Menus (http://forum.bytesforall.com/forumdisplay.php?f=44)
-   -   How do I get rid of the dotted line that shows using %page-center (http://forum.bytesforall.com/showthread.php?t=10873)

juggledad Nov 1, 2010 05:34 AM

How do I get rid of the dotted line that shows using %page-center
 
How do I get rid of the dotted line that shows using %page-center

Simply copy + paste as a CSS Insert:

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

div#menu1 {
        border: solid 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


All times are GMT -6. The time now is 01:06 AM.

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