Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866143

    Brownstone303
    Participant

    Hi there,

    For some reason I just came back to a client project that had been on hold for a while and now there is rectangular rule that appears around menu items after they have been clicked.

    http://brownstonegraphics.com/ateretavot

    Please help remove this.

    Thank you!

    #866726

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To remove the outlined block style, please add the following code in your Customizer via Appearance > Customize > Custom > CSS:

    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
        outline: none !important;
    }

    Let us know how this goes!