Akshay Khopkar
Akshay Khopkar

Reputation: 189

Third Party JS file messing up with my CSS

To generate menu, my current application is using coolmenu4, third party api.

Issue is when ever user is putting mouse over the menu element, it is setting visibility of some select box as hidden.

Is there any way I can stop this third party libraries from chaning my css.

Upvotes: 0

Views: 67

Answers (1)

Channox
Channox

Reputation: 251

You can exclude the third party api so that your css would work, or you can change the selector of your menu in order for the third party api not to override your defined css. Hope it would help!

Upvotes: 1

Related Questions