Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251863
    kschmicker
    Participant

    I’ve gone through building a footer menu and I cannot remove the highlight background color. The theme is set to “none” and in the configuration panel I have selected the menu have a transparent background. Lastly, I’ve checked all of the relevant settings regarding the hover background, and none of the options have a color selected. So why am I still seeing a white background when I hover over a menu item?

    And just to be clear: I am speaking specifically about the footer menu.

    #1251865
    kschmicker
    Participant
    This reply has been marked as private.
    #1251947
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS at Appereance > Customizer > Custom > CSS :

    .widget {
        text-shadow: 0;
    }

    Hope this helps!

    #1252151
    kschmicker
    Participant

    I don’t believe we are attacking the same issue. I’m having problems with the background-color when a menu item is hovered over. I do not want the white to appear when you hover of top-level or sub-menu items.

    #1252306
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    .ubermenu .ubermenu-target-text:hover {
    color: #42bedd !important;
    }

    Hope it helps

    Joao

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