Reset all styling for a particular submenu page
-
So I’m currently developing a submenu page for my plugin and I’m trying to import certain third party stylesheet library to the same page, the problem is some of the styling which are defined in wp-admin folder overrides the styling coming from the library itself
for example?, I’ve added an input tag to the page, in the forms.css (wp-admin) there is a border style written in input[type=’text’] selector (border: 1px solid #7e8993) but in third party CSS which I’ve imported doesn’t have any styling for the same selector and thus I’m getting those border color on my input tag, there are many such styling involved which would override what the library has specified, I’m enqueueing those stylesheet even with the highest priority..
do I need to dequeue certain stylesheets from wp-admin? what can I do to fix this?
thanks.
- The topic ‘Reset all styling for a particular submenu page’ is closed to new replies.