• jsnaxx

    (@jsnaxx)


    Hi,

    I have created the below menu with oceanwp options (with no external builders). I can’t get rid of the outline around the mobile icon.

    I worked locally on it so the site is not online but the problem is the outline around the icon. Once you click on it I have this outline:

    View post on imgur.com

    when inspecting it:

    View post on imgur.com

    Any idea how to get rid of it? With inspect I tried to add “outline: none;” to some of the classes but it didn’t work out for me. Any idea how to solve this problem? I would appreciate your help. Many thanks!

    Nadia

Viewing 1 replies (of 1 total)
  • Amit Singh

    (@apprimit)

    Hello,

    Kindly try to add the below code to the Customize > Custom CSS section to remove it –

    a:focus {
        outline: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Outline around mobile icon in oceanwp menu’ is closed to new replies.