Hi,
I am using debut theme - https://www.luxurybrandjewellery.com.au/
As you can see below, the menu item “20 Carat” has a green box around the item. This was previously around the "SELL’ Menu item but has moved and can’t seem to change it back.
how can I get this green box back around the “SELL” menu item?
here is the current code
ul#SiteNav li:last-child:nth-child(9) {
background: teal !important;
border-radius: 3px;
font: 22px/1.2 regular;
padding: 0px 0;
text-align: center;
width: 72px;
height: 32px;
}
ul#SiteNav li:last-child:nth-child(9) a {
color: #fff;
}
Thanks - any help is appreciated!

