Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1046687
    therealmusician
    Participant

    I just installed Ubermenu and got it mostly how I’d like. But the nav search icon is now displaying in red and not in line with the rest of the menu.

    Can you help with this?

    sweetsmarts.com

    #1046688
    therealmusician
    Participant
    This reply has been marked as private.
    #1046697
    Lely
    Moderator

    Hi There,

    Please try adding this CSS on Appearance > Customize > Custom > Edit Global CSS:

    li.menu-item.x-menu-item.x-menu-item-search {
        display: inline-block;
        margin-top: -14px;
        position: relative;
        top: -17px;
    }

    Hope this helps.

    #1058446
    therealmusician
    Participant

    Thanks. That did help it get in line, but the icon is still red. How can I change:

    -the color
    -the size

    of the icon?

    #1058474
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    a.x-btn-navbar-search {
      color: white;
      font-size: 20px;
    }
    li.menu-item.x-menu-item.x-menu-item-search {
      top: -10px !important; 
    }
    

    Hope that helps,

    Joao

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