I need to use Bootstrap CSS for better UI in wp-admin but if I enqueue the bootstrap.css, it’s affecting the admin default UI by changing background colors, etc.

How can I use bootstrap.css inside wp-admin?

2 Answers
2

As @N00b said, if a selector matches between bootstrap and wordpress, and is more specific, then it will overwrite and you’ll see the changes.

Leave a Reply

Your email address will not be published. Required fields are marked *