Wanted2b
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Brunelleschi] Change Capital Letters under PicturesGreat, thank you very much! That’s it!
Hm I also use Chrome 21, Windows 7. I cleared my cache and it is still grey.
I will make a screenshot for you.
You have to click on “Leistungen” first and then hover over Leistungen again. Then the submenu links will be grey.
I wrote
#access ul ul :hover > a {
color: black !important;
}I added it, but i get this grey in my submenu links again. When i hover over it ??
Hm i cannot change that problem ?? Is it possible, that some previous code is in conflict with this new one?
Here is everything in my Custom CSS box about the navigation colors:#access li a:hover {
background: #ff9900 !important;
color: Black !important;
}#access ul ul a {
background: none repeat scroll 0 0 #ff9900 !important;
height: auto;
line-height: 1em;
padding: 10px;
}#access li:hover > a, #access ul ul *:hover > a {
background: none repeat scroll 0 0 #ff9900;
color: black !important;
}#access ul ul {
background: none repeat scroll 0 0 #ff9900;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float: left;
left: 0;
position: absolute;
top: 38px;
z-index: 99999;
}
#access a {
color: black;
display: block;
line-height: 38px;
padding: 0 10px;
text-decoration: none;
}#access ul li.page_item a:visited {
color: #666666 !important;
}
#access li:hover > a {
color: black !important;
}Is it maybe because of the bold printed code? Do i have to put some more code there, which excludes submenulinks in there?
I changed this color in :
‘#access li:hover > a,
#access ul ul :hover > a {
color: black !important;
}’to white- well it changes only the hover color, but that was already ok with black.
What i meant is, when you click on “leistungen” it’ll turn to grey. That’s fine, but all other sub-menu links will also turn to grey. I want these submenu to behave like the mainmenu links. So they should be black and only change to grey, when you’re actually on this site.
Do you have any idea to change this?
Sorry but i don’t understand what i have to change now?
I want to have the fontcolor of sub-menu links in black like the top navigation already is.
Would you be so kind to help me where i must write what code? Thank you very much!!If you click on leistungen, it will turn grey, which is ok. But when you now hover over leistungen, every name below is also grey.
How can i change the color of that?Hey thanks for your help!
Only last problem is still when you click on “leistungen” every other subsite in the navigationbar is still grey…
i already put your code into the window and saved it like this now:
‘#access li a:hover {
background: #ff9900 !important;
color: Black !important;
}#access ul ul a {
background: none repeat scroll 0 0 #ff9900 !important;
height: auto;
line-height: 1em;
padding: 10px;
}#access li:hover > a, #access ul ul *:hover > a {
background: none repeat scroll 0 0 #ff9900;
color: black !important;
}#access ul ul {
background: none repeat scroll 0 0 #ff9900;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float: left;
left: 0;
position: absolute;
top: 38px;
z-index: 99999;
}
#access a {
color: black;
display: block;
line-height: 38px;
padding: 0 10px;
text-decoration: none;
}#access ul li.page_item a:visited {
color: #666666 !important;
}
#access li:hover > a,
#access ul ul :hover > a {
color: black !important;
}’In Brunelli Theme options there is one little window, where you can put your code in. It says: Custom CSS. Hope it helps..
No i did it all in this little window in brunelli options. How do i do that?