Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1171948
    Jeypolitan
    Participant

    Hi there! 🙂

    I am very happy that Theme X integrated with UberMenu, as this is a menu I have been working with for a long time!
    I have a question – is it possible to make the social icons in the navbar menu larger? They are the standard (quite small) right now, and I would like for them to be bigger 🙂

    Please advise.

    Many thanks.
    Jennifer

    #1171950
    Jeypolitan
    Participant
    This reply has been marked as private.
    #1172515
    Rupok
    Member

    Hi Jennifer,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-btn-navbar-search {
      font-size: 18px;
      line-height: 24px;
    }
    
    .ubermenu-main .ubermenu-icon {
      font-size: 18px;
    }

    Hope this helps.

    Cheers!

    #1173672
    Jeypolitan
    Participant

    Hi there,

    Thanks – that worked great! 🙂 They have a bit too much space in between them. Which code can I use to make the padding/margins/space between the icons smaller?

    All best,
    Jennifer

    #1173886
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer:

    .ubermenu-item-mini a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    Let us know how this goes!

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