Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1307970
    afitz10s
    Participant

    Hi,

    Can you tell me how to remove the cursor when you hover over an item on the top navbar? I’m using Renew Stack…thanks

    #1308075
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer;

    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        cursor: none !important;
    }

    Thanks.

    #1308302
    afitz10s
    Participant

    Sorry, I didn’t communicate that very well. Let me try again. I want to remove the bar the appears when you hover over a navbar item…please you photo…the Red bar under the word home. I just want the color to change on hover, but remove the bar. The above code removed my mouse cursor from showing up on the page when I hovered over a word.

    #1308325
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
        box-shadow: none;
    }
    
    

    Hope that helps.

    #1308421
    afitz10s
    Participant

    I got it working…thanks!

    #1308437
    Joao
    Moderator

    Glad to hear it 🙂

    Joao

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