Home › Forums › Support › Bug Report: Hover Away after clicking search menu. This topic has 3 replies, 2 voices, and was last updated 7 years, 2 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 11, 2016 at 8:24 am #208380 2urn I have been trying to customize the navigation search form and think I discovered a bug. After making all the elements BGs transparent if I click on the close icon and hover away the bg turns to color again. I have posted a movie showing the issue: [video src="http://2urn.com/files/generatepress/hover-bug-chrome-mac-2.mp4" /] My CSS code: /* @group Search Form in Header */ div.inside-header form.search-form.navigation-search input.search-field { background: #ffffff; border-radius: 100px; } div.inside-header #menu-primary li.search-item.current-menu-item a { background: transparent; } div.inside-header #menu-primary li.search-item.current-menu-item a i.fa.fa-fw.fa-times { color: #4DC1C9; } /* @end */ This happens on Chrome Mac but not in Safari July 11, 2016 at 10:24 am #208427 TomLead Developer Lead Developer Try adding this to your CSS as well: div.inside-header #menu-primary li.search-item.current-menu-item a:focus, div.inside-header #menu-primary li.search-item a:focus { background-color: transparent; } Let me know if that fixes it or not ๐ July 11, 2016 at 11:05 am #208445 2urn Like a charm. Thanks! July 11, 2016 at 11:15 am #208450 TomLead Developer Lead Developer You’re welcome! ๐ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In