I found a post with the code below in it to make the menu look like the demo. But I am using the side bar, so when I added it, it now is only showing the home link. What do I need to adjust to make it work correctly?
.x-navbar .x-nav > li > a{
padding: 0.875em 1.25em 0.825em!important;
border-radius:100em;
}
.x-navbar .x-nav > li > a:hover, .x-navbar .x-nav > .current-menu-item > a{
-webkit-box-shadow:none!important;
box-shadow:none!important;
border-color: rgba(0,0,0,0.075)!important;
background-color: transparent!important;
}