Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1411070

    Stieben
    Participant

    Hello,

    I have a primary menu which works as it should, however every time I hover with my mouse above it, I see a red line on the top. Also when I click on one of the menu options, the red lines stays there (probably to make sure on which page you are). But I would like to remove that red line entirely, so that it doesn’t show up when hovering over the menu or when clicked on a menu option.

    Thank you!

    #1411073

    Rahul
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1411096

    Stieben
    Participant
    This reply has been marked as private.
    #1411407

    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

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

    Hope this helps.

    #1413618

    Stieben
    Participant

    Hello,

    Hmm the code doesn’t seem to work for me. The red bar is still showing up at all occasions.

    #1413622

    Stieben
    Participant

    Maybe it would be possible for the text of the menu to change? So when I click on ‘Contact’ for example, the whole word ‘contact’ will change color?

    #1413856

    Joao
    Moderator

    Hi There,

    The code provided by Jade should work.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    #1416227

    Stieben
    Participant

    Hello,

    Sorry for the late reply. But I managed to get it to work! 🙂

    Thanks for your help! I must have done something wrong previously.

    #1416543

    Jade
    Moderator

    Glad to hear you got it sorted.

    Cheers!