• Resolved sinnesfreude

    (@sinnesfreude)


    Hi malihu!

    Now that everything is running great in the desktop version, I have a problem in the mobile version that I still haven’t been able to fix after many hours:

    The first link in the navigation is always highlighted. And I cannot remove this ugly 1px dotted border. I added the navigation in Elementor via popup function. But I guess that doesn’t matter.

    You can only reproduce this issue via the incognito mode. Otherwise (because of the popup) it remains invisible in the Chrome console.

    Thank you very much for a tip!

    Best regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Hey, sorry for the late reply (I just saw your post).

    I checked your mobile menu and it seems to have some persistent styling. Try something like this in your CSS:

    .elementor-505 .elementor-element.elementor-element-6e5b5f57 .elementor-nav-menu--main .elementor-item.__mPS2id{
    	outline: 0;
    }
    
    .elementor-505 .elementor-element.elementor-element-6e5b5f57 .elementor-nav-menu--main .elementor-item.__mPS2id:not(.elementor-item-active), 
    .elementor-505 .elementor-element.elementor-element-6e5b5f57 .elementor-nav-menu--main .elementor-item.__mPS2id:not(.elementor-item-active):hover, 
    .elementor-505 .elementor-element.elementor-element-6e5b5f57 .elementor-nav-menu--main .elementor-item.__mPS2id:not(.elementor-item-active):focus{
    	color: #111111 !important;
    	fill: inherit;
    }
    
    .elementor-505 .elementor-element.elementor-element-6e5b5f57 .elementor-nav-menu--main .elementor-item.__mPS2id:not(.elementor-item-active)::after{
    	opacity: 0;
    }

    Let me know if it works

    Thread Starter sinnesfreude

    (@sinnesfreude)

    Hi malihu!

    No problem. You’re doing an amazing job that I didn’t even pay money for. You can expect me a little bit patient. ??

    Your solution was PERFECT! You’ve made me happy! ??

    Thank you very much and have a great weekend!


    Plugin Author malihu

    (@malihu)

    Glad I helped ?? Thanks for the review!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘First link in mobile navigation always highlighted’ is closed to new replies.