Adding border box around single link in nav bar

Hey there,

I am looking to add a border box around just 1 link in my nav bar - similar to how there is a box around ‘Booking’ on this website: https://www.spin-fx.com/.

Hi There,

Thank you for writing in, please provide us your site URL and the menu item that you want to have a border.

Have a nice day,
Cheers!

Hello @nataleszabo,

Thanks for asking. :slight_smile:

As border is going to be on a single nav item, you need to use nav id . Here is a sample CSS that can be used:

li#menu-item-5332 a {border: 1px solid #000;}

Please note that you need to replace menu id (in above example 5332) and color code. Please refer following posts for different ways to find menu id:


Thanks.