Add button to menu

Is it possible to add a button to the menu header?

Hello @AdamLean,

Thanks for writing in!

Do you want something like this?

If that is the case, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar .x-nav > li.menu-item-2368 > a {
    padding-top: 40px;
}

.x-navbar .x-nav > li.menu-item-2368 > a > span,
.x-navbar .x-nav > li.menu-item-2368 > a:hover > span {
    padding: 0.579em 1.105em 0.842em;
    font-size: 19px;
    color: hsl(0,0%,100%);
    border-color: #00b372;
    background-color: #00b372;
    border-radius: 0.225em;
    box-shadow: none;
}

We would loved to know if this has work for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.