Hi, is it possible to create a solid colored box around a link in my navigation menu like the image attached? My website is www.rhodestostrength.com. Thank you!
I tried the CSS code below from another topic post for something similar and it didnt’ work,
li#menu-item-137 {
background-color: #a0d62f;
border-radius: 47px;
margin-top: 2px;
}
li#menu-item-137:hover {
background-color: #7b9a7d;
opacity: .7;
}
li#menu-item-137 span {
color: #fff;
}
li#menu-item-137 span:hover {
color: #151212;
}
Thanks!