Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287294
    MakkBlakk
    Participant

    Hi

    I have found that if I create a new drop down menu the same as the one used on “Sales Gallery”, The configuration is not the same. I thought the changes set in Customise as well as the CSS you sent would be generic.

    The issue is when you hover over the tab it does not change to black.

    The font changes as I managed to find a setting that forced it to be black when static and white when hovering.

    Question is how to have this as a generic setting within Uber Menu or how to change it each time….

    Log in details to follow

    Regards

    Mark

    #1287298
    MakkBlakk
    Participant
    This reply has been marked as private.
    #1287342
    Paul R
    Moderator

    Hi Mark,

    Kindly refer to the link below.

    UberMenu 3 Knowledgebase

    Hope that helps.

    #1287771
    MakkBlakk
    Participant
    This reply has been marked as private.
    #1288103
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .ubermenu-tab-content-panel span.ubermenu-target-title.ubermenu-target-text {
        color: #fff;
    }
    
    .ubermenu-tab-content-panel  .ubermenu-target.ubermenu-target-with-image span.ubermenu-target-title.ubermenu-target-text,
    .ubermenu-tab-content-panel span.ubermenu-target-title.ubermenu-target-text {
        color: #fff;
    }
    
    .ubermenu-current-menu-item .ubermenu-tab-content-panel  .ubermenu-target.ubermenu-target-with-image span.ubermenu-target-title.ubermenu-target-text
    .ubermenu-tab-content-panel  .ubermenu-target.ubermenu-target-with-image:hover span.ubermenu-target-title.ubermenu-target-text,
    .ubermenu-tab-content-panel span.ubermenu-target-title.ubermenu-target-text:hover {
        color: #aab5bf;
    }

    Hope this helps. Please let us know how it goes.

    #1288261
    MakkBlakk
    Participant

    Hi
    Thanks for that… so far so good!

    #1288277
    Rue Nel
    Moderator

    You’re most welcome!
    If you need anything else we can help you with, please let us know.

    #1288628
    MakkBlakk
    Participant

    Spoke too soon

    As soon as I make any change within the Uber Menu the static font colour changes to Black…. Hover colour is unaffected.

    I have also made additions to the css code but I don’t think the issue is there

    #1288823
    Christopher
    Moderator

    Hi there,

    There is a missing curly bracket in your code, please find and fix following block of code :

    .home .x-btn {
        margin-right: 5px;

    Hope it helps.

    #1289223
    MakkBlakk
    Participant

    Yep
    Thanks

    #1289315
    Nico
    Moderator

    Happy to hear that it helped.

    Feel free to ask us again.

    Thanks.

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