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)
-   -   Page menu bar - background color sub menu (http://forum.bytesforall.com/showthread.php?t=8496)

bdix Jul 24, 2010 07:02 PM

Page menu bar - background color sub menu
 
WordPress 3.0 (de)
Atahualpa 3.5.1


I have a problem. The sides menu bar works the way I like it. Only the white background does not fit the design.
How do I change the background color? Or how do I extend the background image for each sub menu? The best would be black or transparent.

http://www.bdix.de/bilder/menu-bg-tn.jpg

In the field Add HTML/CSS inserts I use at present the following extension:

Quote:

/* background for menu bar */
ul.rMenu, ul.rMenu li
{
padding: 1px 1px;
margin-right: 1px;
background: #000000 url(../wp-content/themes/atahualpa351/images/bgmenu_base.jpg) top left repeat-x;
text-align: left;
}

/* background for rollovers */
ul.rMenu li.current_page_item a:link,
ul.rMenu li.current_page_item a:active,
ul.rMenu li.current_page_item a:hover,
ul.rMenu li.current_page_item a:visited,
ul.rMenu li a:hover
{
padding: 1px 1px;
margin-right: 1px;
background: #000000 url(../wp-content/themes/atahualpa351/images/bgmenu_hover.jpg) top left repeat-x;
text-align: left;
}
I know no further. Where should the adjustments be made?

The page will be published shortly. Currently she is to achieve as a subdomain under http://rock-for-roots.bdix.de

lmilesw Jul 24, 2010 07:31 PM

Have you applied the bug fix for menu items?

bdix Jul 24, 2010 08:16 PM

I have tested. The width of the sub menu items is much too wide.
From one problem to another.

There must also be possible to change the background color of the children class. Somewhere in the code. Have not found only where the class is defined.

lmilesw Jul 24, 2010 08:26 PM

But did you apply the bug fix as mentioned in my last post? That may have something to do with this.

bdix Jul 24, 2010 08:36 PM

Despite the bug fix the background color is white still. I currently have enabled the new bfa_hor_pages.php file.
There is also a problem in the design hover effect.

Looks really terrible.

lmilesw Jul 24, 2010 08:55 PM

I now don't see a white background except during the menu animation which has caused some issues in certain situations. Try turning that off and see what happens.

bdix Jul 24, 2010 09:22 PM

Although it is not visible when the menu is built, so the background is still white. That does not fit with the dark design.

Since current earnings after the fix is not satisfactory. As already mentioned. The width of the sub-menu is too large. In a:hover and a:active is a black box visible. The desired image is superimposed. When you mouseover on the menu item "XIV Dark Centuries" a line break is inserted.

Actually the first version works fine. Only the white background did not fit. Nothing more.

juggledad Jul 25, 2010 04:23 AM

do an export of your settings (ato->export/import settings) and attach it to a reply

superoreh Mar 11, 2013 01:51 AM

I have also this problem - A white background of sub menu.
Did you resolved it?
Or have any idea how to resolve it?

I found one simple solution. Is this OK?

.sub-menu {
background: #000 !important;
}
.sub-menu a:hover {
color: #f2f2f2 !important;
}
.sub-menu a:link {
color: #cdcdcd !important;
}

juggledad Mar 11, 2013 02:57 AM

If it works it is ok.


All times are GMT -6. The time now is 02:58 PM.

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