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] I can't change the backgroundcolor in the Page menu (http://forum.bytesforall.com/showthread.php?t=15630)

rudiwaren Oct 12, 2011 07:08 AM

[SOLVED] I can't change the backgroundcolor in the Page menu
 
I found: Background color for menu items in their default state and the menu bar itself.
If i change the Colorcode, the color not change.
I use the latest Version 3.7.1.
Pleas see: http://grundschule-feldberg.de/
Sorry, I can't speak english.
greetings
rudiwaren

lmilesw Oct 12, 2011 09:22 AM

What color do you want them and what color code are you putting in the the box?
Welche Farbe wollen Sie sie und was Farbcode sind Sie setzen in den Kasten?

Danielwerner Nov 23, 2011 01:21 PM

I have the same issue.

I have both the page and category menues as a white background, but for the page menu only the tabs background are white. The "menu bar itself"-part does not change. Instead I have the same color as the site background.

Please advise, HQ. :)

http://testblogg.danielwerner.se/

lmilesw Nov 23, 2011 01:42 PM

What version of Atahualpa are you on? What do you have in CSS Inserts that affects menus?

Danielwerner Nov 23, 2011 02:02 PM

Atahualpa 3.7.1


PHP Code:

/* Menu Bars */

div#menu1 ul.rMenu-ver {
-moz-border-radius:5px;
-
khtml-border-radius50px;
-
webkit-border-radius:5px;
border-radius5px;
padding5px;
/* the background color of sub-UL's must be set here */
background#666;
box-shadow0 3px 10px #333;
-moz-box-shadow0 3px 10px #333;
}

div#menu2 ul.rMenu-ver {
-moz-border-radius:5px;
-
khtml-border-radius50px;
-
webkit-border-radius:5px;
border-radius5px;
padding5px;
/* the background color of sub-UL's must be set here */
background#666;
box-shadow0 3px 10px #333;
-moz-box-shadow0 3px 10px #333;
}

/* Adjustments for the menu bars, which in their default 
state have 1px borders plus -1px margins to avoid 1+1=2px 
borders between neighbor items. */
ul.rMenu-hor ulul.rMenu-hRight ul margin-top0px; }
ul.rMenu-hor li margin-bottom0pxmargin-top0pxmargin-left0px; }
ul.rMenu-hor padding-left0px; }
ul.rMenu-ver li margin-top0xp; }

div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
padding5px 10px;    
}
/* Space between items of page menu bar */
div#menu1 ul.rMenu li {
margin-right5px;
}
/* Reset margin for 2nd+ level items */
div#menu1 ul.rMenu li li {
margin-right0;
}
*/ 


lmilesw Nov 23, 2011 02:56 PM

Looks like you found a solution.

Danielwerner Nov 24, 2011 01:34 AM

What? Nope, I still have the same issue.

This is regarding: http://testblogg.danielwerner.se/

There, the page menu is white for my only tab, and after that it's the background color for the page. I'm using Firefox 8.0.

lmilesw Nov 24, 2011 08:18 AM

You have no CSS for the menu bar itself such as
HTML Code:

#menu1 {
    background: #fff;
}

Also what colors do you have in the various menu bar boxes for background?

Danielwerner Nov 24, 2011 11:46 AM

That CSS-bit did the trick. Thanks! :)


All times are GMT -6. The time now is 10:36 AM.

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