I think I used some other code to do something, because I have now hidden the “Reset” button which lives next to the Search button on Keyword Search boxes. It only shows up if you hover your cursor over it. Anybody have any idea what code I can search for in my CSS or JS to figure this out??
Also, check if there’s any JS that modifies button visibility on hover or input focus. Look for code with mouseenter, mouseleave, or .hover() events, or anything that uses .css(‘display’, ‘none’).
Great suggestions as always Carl! However, I’ve search my JS and CSS for all of those keywords and nothing comes up, i even did as simple as “search” and “reset”…
Great ideas again @CarlHolmes ! I removed ALL CSS and it fixed the issue. I’ll start working chunk by chunk. Only 244 lines of CSS! Much better than combing through my 7000 lines of js… Thanks!