Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1403182
    xdalex09
    Participant

    Hi there, I’m trying to implement Ubermenu. I placed a logo image and added it as a menu item, but I cannot get the space above and below to shrink to align it with the rest of the menu items. Please assist.

    #1403183
    xdalex09
    Participant
    This reply has been marked as private.
    #1403471
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve your issue and align the logo with the menu items, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS

    body #menu-item-484 .ubermenu-item-notext {
        padding-top: 20px;
    }

    Please let us know if this works out for you.

    #1404321
    xdalex09
    Participant

    Thanks that did it. Could you help me with one more thing? I’d like to disable just the hover (grey) color of that logo section.

    #1404421
    Rupok
    Member

    Hi there,

    Thanks for writing back. Let’s update your existing code to following :

    body #menu-item-484 .ubermenu-item-notext {
    	padding-top: 20px;
    	padding-bottom: 21px;
    	background-color: transparent;
    }

    Cheers!

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