So it is exactly like I put on the title. I am using Bootstrap 4.5.2 and I notice when bootstrap is on, whatever font-size I set for body won’t work. I then have 3 options:
- Either using !important modifier
- Or change specific element font-size, for example p, h1, etc
- Or, I have to disable Bootstrap
I even tried wrapping everything inside another div inside body but it won’t help.
Is there any way I can both keep using Bootstrap and not having to use !important?
Well even if it doesn’t exist, I would be happy with an explanation.
Thank you very much, guys.