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] Horizontal Pages Menu bar background color (http://forum.bytesforall.com/showthread.php?t=4909)

bigliettaio Dec 16, 2009 02:14 PM

[SOLVED] Horizontal Pages Menu bar background color
 
I would like to set hor pages menu bar background color different from
buttoms page background color

Thnx

juggledad Dec 18, 2009 04:49 AM

try this - add these to CSS Inserts
HTML Code:

/* ================================================== */
/* L0 - menu background                              */
/* ================================================== */
div#menu1 {
        height: 40px; 
        margin-top:0px;
        background: #blue;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================================================ */
/* L1 - Menu item's background and border          */
/* ================================================ */
div#menu1 ul.rMenu {
        background: #red;
        border: none 0px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================================================== */
/* L2 - Menu item                                    */
/* ================================================== */
ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:active,
ul.rMenu li a:visited,
ul.rMenu li {
        background: #yellow !important;
        color: #000000 !important;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

Then play with the colors

bigliettaio Dec 22, 2009 07:01 AM

Ok Thank you JD,
fortunatly i found your "famous" post that i' ve asked in PV where you explain in the same way as your answer to this thred and i solved

;)


All times are GMT -6. The time now is 03:29 PM.

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