Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1316421
    rwoodmass
    Participant

    Hello!

    I’m trying to remove the border around each menu item in the renew mobile nav, and would also love to centre those menu items and change the font colour.

    Would you be able to provide me with a bit of code to do this?

    Thank-you!

    #1316427
    rwoodmass
    Participant
    This reply has been marked as private.
    #1316867
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-navbar .x-nav-wrap .x-nav > li > a {
        border: 0 !important;
        text-align: center !important;
    }
    
    .x-navbar .x-nav-wrap .x-nav > li > a:hover {
        color: #fff !important;
    }

    Thanks.

    #1326281
    rwoodmass
    Participant

    Thank-you!

    How can I remove the box around each menu item?

    #1326288
    rwoodmass
    Participant

    Actually the box is gone! Thanks!

    #1326653
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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