Forums › Forums › Menus › Can’t find the way to change the color of the horizontal dropdown menu background
- This topic has 3 replies, 3 voices, and was last updated 15 years, 4 months ago by imported_Ryan.
-
AuthorPosts
-
June 16, 2009 at 1:48 am #875edsilva7Member
Ryan, congratulations, you did a great job with Multi-Level Menu.
I’m a newbie and I’m using the Red Dazzle Menu, and I was able to change the color of the text of the dropdown menu to black; however, I couldn’t find the way to change the color of the background of the dropdown menu.
I already did some research in the previous postings trying to find the answer but maybe I missed it.
Here’s MY WEBSITE: http://www.reviewsgroup.com/
And here are some of the website examples that you provided where you can see they’re using another color different than gray:
Here’s the code that I’m using in my website:
#suckerfishnav {
background:#9C1F1B url("../multi-level-navigation-plugin/images/suckerfish_red.png") repeat-x;
font-size:18px;
font-family:verdana,sans-serif;
font-weight:bold;
width:100%;
}
#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:40px;
padding:0;
border:1px solid #aaa;
margin:0;
width:100%;
}
#suckerfishnav a {
display:block;
color:#dddddd;
text-decoration:none;
padding:0px 10px;
}
#suckerfishnav li {
float:left;
padding:0;
}
#suckerfishnav ul {
position:absolute;
left:-999em;
height:auto;
width:151px;
font-weight:normal;
margin:0;
line-height:1;
border:0;
border-top:1px solid #666666;
}
#suckerfishnav li li {
width:149px;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:1px solid #666666;
font-weight:bold;
font-family:verdana,sans-serif;
}
#suckerfishnav li li a {
padding:4px 10px;
width:130px;
font-size:12px;
color:#dddddd;
}
#suckerfishnav li ul ul {
margin:-21px 0 0 150px;
}
#suckerfishnav li li:hover {
background:#9C1F1B;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
color:#dddddd;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#dddddd;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
color:#000000;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
left:auto;
background:#444444;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#DA0909;
}Thanks in advance and keep the good work.
Regards,
Ed Silva
June 23, 2009 at 12:29 pm #6448imported_RyanMemberLower Level Menu items >> Background colour:
It wouldn’t surprise me if this code is causing you problems too:
[code:axd6rtub] <div id="nav">
<div id="nav-content" class="clearfix"> [/code:axd6rtub]July 28, 2009 at 4:13 pm #6449AnonymousMember@ edsilva7
I saw your site and I am also using the same theme as well as the same menu and I noticed that you changed the background color of the menu to match the theme color….I would like to do that also, how did you do that?
I appreciate your help!
Thanks.
NooriChroniclesJuly 29, 2009 at 12:42 pm #6450imported_RyanMemberYou can do that in the CSS generator … https://geek.hellyer.kiwi/suckerfish_css/
-
AuthorPosts
- You must be logged in to reply to this topic.