This is how the nav is set up right now:
header nav .menu{
font-size: 1.3em;
margin: 0 auto;
display:table;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
}
header nav .menu ul{
list-style: none;
text-align: center;
margin: 0;
}
header nav .menu ul li{
padding: 5px 1em;
-moz-transition: background-color 0.3s;
-webkit-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
transition: background-color 0.3s;
}
header nav .menu ul li:hover{
background-color: #AAA;
}
header nav .menu ul a{
text-decoration: none;
color: #686868;
}
header nav .menu ul a:hover{
text-decoration: underline;
color: #eee;
}
.menu-toggle{
font-size: 2em;
background-color: #AAA;
}
Should i be editing the following with your changes?:
<li class="page_item page-item-647"><a href="https://amblesideskatepark.com/donate/">DONATE</a>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]