• Hello ! my problem is this : i need a menu with buttons… is it possible to have that ? I looked on the css, i tought that all the menus would be independant but that’s seems not to be that way…

    Thank you per advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    If you are familiar with CSS( you need to know css to do this). In the dashboard, Go to Appearance->Theme Options->Design Options->Custom CSS. Add you custom css to make the menu like buttons and click on save all changes.

    Regards,
    Team Horse

    Thread Starter ceciRjas

    (@cecirjas)

    yes i did (not so sure this was the best way…)
    but when i’m reducing the screen, menu goes in two parts…
    Here’s what i did with the menu..

    #access a {
    font-family:Arial, Helvetica, sans-serif;
    color: #FFF;
    display: block;
    float: left;
    font-size:20px;
    margin-left:5px;
    margin-right:5px;
    padding: 5px 0 0;
    height: 30px;
    text-align:center;
    border-top: 5px solid #263958;
    width: 129px;
    background-color:#263958;
    border-radius: 1px 1px 1px 1px;

    }

    if you can’t help me because it’s not part of the support (because it’s my design choice and my problem that i’m not good at css) tell me i’ll understand.

    tanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘buttons for the menu’ is closed to new replies.