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)
-   -   How to change border around Menu bar? (http://forum.bytesforall.com/showthread.php?t=6441)

agallia Mar 24, 2010 07:31 PM

How to change border around Menu bar?
 
Re: Atahaulpa 3.4.6

I want to change the border around the entire Menu bar and the Menu items from dashed to solid. Using Options/Page Menu Bar/Border around all menu items/, I changed default "dashed" to "solid". This only changed the border around individual "UL" menu items but not border around entire bar.

How do I change the overall bar border "dashed" to "solid"?

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

Will appreciate any feedback on this. Thanks.

Al

juggledad Mar 28, 2010 05:33 PM

/* ================================================ */
/* CSS to set lines around menu and set color */
/* ================================================ */
div#menu1 ul.rMenu {
background: #yellow;
border: solid 1px red;
}


All times are GMT -6. The time now is 03:20 AM.

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