Border around menu button [closed]

Please add this CSS in your file. Remove all the CSS that you have added for “pricelist” class.

.pricelist a span{
    border: 1px solid white;
    padding: 12px;
}
.pricelist a span.plus{
   border:0;
   padding:0;
}
.pricelist a span .underline_dash{
    display:none;
}

This CSS will make the nav as seen in the screenshot.

enter image description here