Tagged: x Author Posts July 24, 2016 at 3:06 pm #1100935 ckolaParticipant Hi there, How do I add a border around one of my menu choices. My website is- westsidecg.com Attached is an image of what I would want! I want that border around invcestor’s login like it is in the example below! Thanks July 24, 2016 at 5:29 pm #1101002 John EzraMember Hi there, Thanks for writing in! You will need to use CSS. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file. li.mib > a > span { border: 2px solid #ffffff; padding:10px; margin-top:-20px; } li.mib > a:hover > span { border: 2px solid #c7ae49; } You will then need to add the "mib" class (without quotes) to your menu item. Hope this helps – thanks! July 24, 2016 at 10:43 pm #1101300 ckolaParticipant Great, how do I know what my mib class is? Sorry I’m new with this July 25, 2016 at 12:05 am #1101347 ChristopherModerator Hi there, You can add any custom class you want like my-class. Just remember to update mib in CSS with new class name as well. Hope it helps. Author Posts <script> jQuery(function($){ $("#no-reply-1100935 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In