Conversation
supportHi! Nice plugin, but your CSS is way to unspecific. For instance .submit:hover { background-color: #9B9D9E; color: #fff; } will target all elements that bear the submit class, like all submit buttons on WordPress’ settings pages that get an ugly background bar from your CSS. You should probably add a class name to your top element in HTML (the overlay div which has exactly that id which also feels very unspecific) and scope your CSS accordingly. Best, Oliver The page I need help with: [ log in to see the link]
No comments were stored for this source.