Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1100935
    ckola
    Participant

    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

    #1101002
    John Ezra
    Member

    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.

    Menu Item Classes

    Hope this helps – thanks!

    #1101300
    ckola
    Participant

    Great, how do I know what my mib class is? Sorry I’m new with this

    #1101347
    Christopher
    Moderator

    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.

  • <script> jQuery(function($){ $("#no-reply-1100935 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>