• when i click on my Mobile menu items, some doted outline appears.. am asking how to remove them.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .oceanwp-mobile-menu-icon a:focus {
        outline: 0;
    }
    
    • This reply was modified 3 years, 7 months ago by Abhishek.
    Thread Starter shimane

    (@shimane)

    i also tried

    .oceanwp-mobile-menu-icon a:focus {
    outline: none;
    }

    they only work for menu icon

    Hello,

    Kindly replace the previous code with this one and check.

    .oceanwp-mobile-menu-icon a:focus, #mobile-dropdown ul li a:focus {
    outline: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Menu’ is closed to new replies.