[Solved] Remove hover CSS


From what I can tell you want the elements to do nothing on hover. That is to say, the maintain whatever styles they normally would have when not hovered. E.g, if they have an orange background when not hovered, you want them to stay orange.

Unfortunately, there is no way to do this with pure css.

solved Remove hover CSS