Debut Theme - Highlight specific Menu item in menu bar

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!

1 Like

@KieranK95

yes you remove your css code add this code

a.site-nav__link[href="/pages/sell-my-tiffany-diamond-ring-sell-my-cartier-love-bangle-sell-my-cartier-diamond-jewellery"] {
    background: red;
    color: #fff;
}

1 Like

Perfect @KetanKumar - it worked!!

thank you very much

1 Like

@KieranK95

its my pleasure to help us