Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #247094

    hi.

    a question: how to make a main navigation within enfold, like this one?

    http://kriesi.at/themedemo/?theme=brightbox

    thx for help.

    Chris

    #247138

    Hi chrisholemar!

    Thank you for using the support forum!

    You can use the Logo left, menu below header option then add this on Quick CSS or custom.css:

    #header_main_alternate {
    border: none;
    margin-bottom: 20px;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li:first-child a, .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    border: none;
    }
    
    #header_main_alternate > div {
    border-bottom: 1px solid gray;
    padding: 20px 0;
    }
    
    .av-main-nav > li {
    line-height: 30px;
    background: blue;
    margin-right: 20px;
    border-radius: 3px;
    }
    
     .header_color .main_menu ul:first-child > li > a {
    color: #ffffff;
    }

    This needs polishing but it’s a start. I hope that helps.

    Cheers!
    Ismael

    #247207

    hi ismael

    THX! i’ll try it ;-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Main Navigation with Buttons’ is closed to new replies.