Can’t find the way to change the color of the horizontal dropdown menu background

Forums Forums Menus Can’t find the way to change the color of the horizontal dropdown menu background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #875
    edsilva7
    Member

    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:

    http://financialmentor.com/

    http://roymammens.com/

    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

    #6448

    Lower 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]

    #6449
    Anonymous
    Member

    @ 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.
    NooriChronicles

    #6450

    You can do that in the CSS generator … https://geek.hellyer.kiwi/suckerfish_css/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.