Topic: Overriding CSS in MDBVue
Henry Palacios asked 5 years ago
Is there any simple way of overriding the css of vue components?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Open
Specification of the issue
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 5.8.0
- Device: WEB
- Browser: Chrome
- OS: Linux
- Provided sample code: No
- Provided link: No
Tags
Related topics
Magdalena Dembna staff premium commented 5 years ago
It depends - many components have properties which allow for customizing some of the CSS styles. If it's not enough in your case, you need to select an element you wish to change (the best way to do this is to inspect element in the dev tools to see which selector to use) and then write your own CSS for it - right now there is no easier way. Kind regards, Magdalena