need secondary menu help

Community Forums Forums Design Tips and Tricks need secondary menu help

This topic is: resolved

This topic contains 4 replies, has 2 voices, and was last updated by  fredyyv 4 months, 3 weeks ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7599

    fredyyv
    Participant
    Post count: 2

    I need the css code to create the same menu from my current site over onto my new site. I’m redesigning my site and the new genesis theme I’m using doesn’t have the same type of menu below the header. I want to duplicate the same brown header that I have on my current site over onto my new site.

    this is my current site: http://www.localorganicrankings.com

    brown menu image that I want to duplicate on new site: http://screencast.com/t/cmzU2cRD

    new site that I want to incorporate same brown menu as above:  http://localorganicranking.com/lor/

    Thanks in advance!

     

     

     

    #7636

    anitac
    Moderator
    Post count: 2584

    Look for the code below and add in

    background-image: #000000;

    (that’s if you want it to be black)

    #nav {
    clear: both;
    color: #FFFFFF;
    font-family: ‘Oswald’,arial,serif;
    margin: 0 auto;
    overflow: hidden;
    width: auto;
    }


    Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
    Why Not Take The Challenge! – Help us answer some of the unanswered posts

    #7642

    fredyyv
    Participant
    Post count: 2

    thanks

    #7643

    anitac
    Moderator
    Post count: 2584

    You know, I wrote that wrong – it should be background-color: #000000;


    Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
    Why Not Take The Challenge! – Help us answer some of the unanswered posts

    #7644

    fredyyv
    Participant
    Post count: 2

    just tried it. worked perfectly. thanks again.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.