Relative Content

Tag Archive for htmlcsstwitter-bootstrapbootstrap-5

Bootstrap overriding table styling in custom style sheet

I currently went from bootstrap v4 to v5 and and am trying to go through and fix any changes that might have been broken. I’m coming across this one that I cant figure out.
Table is not displaying the <th> tag correctly. my table thead th tags in my custome css sheet are getting overridden by table > :not(caption) > * > * in the tables.scss sheet in bootstrap.