If you look at this site:
You’ll see that the last menu item is a custom button. I did this with the following CSS in the customizer:
@media (min-width: 980px) {
#menu-item-56 a {
font-size: 12px !important;
background-color: #8cc34b;
color: #fff !important;
border: 1px solid #8cc34b;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 30px;
margin-top: 20px;
margin-left: 10px;
max-height: 34px;
border-radius: 3px;
}
}
}
This looks just how I want it, BUT I don’t want the underline on hover or if the item is selected. Here was the actual page if the button is clicked:
http://ulm.finjanmobile.com/upgrade/
Any help would be appreciated!