• Martin

    (@martinsombrero)


    Hi,

    I am trying to remove the border on hover around the logo (in black on light pages and white on dark pages)

    I tried:

    .site-logo .custom-logo-link.hover { border: none !important; }
    
    img.custom-logo:hover { border: none !important; }

    and a lot of other variations. Nothing works. Has anyone ideas or a solution for this problem?

    Thanks

    • This topic was modified 7 years, 1 month ago by Martin.
    • This topic was modified 7 years, 1 month ago by Martin.
Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    This will do it:

    .site-logo .custom-logo-link:hover, .site-logo .custom-logo-link:active, .site-logo .custom-logo-link:focus {
      box-shadow: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘howto remove “hover Border” Custom Logo’ is closed to new replies.