So i'm using an Uncontrolled Carousel from Reactstrap and I'm running into an issue with the font. The Reactstrap documentation doesn't really show anything that I can see on how to do this. Unlike the Controlled Carousel the return is just a single component. When I look at the code in the Google Chrome inspector the caption is being rendered as a with d-none. Is there a way to override the d-none class? The style sheet in inspector also shows it as .d-none {display: none!important}.
2.1m questions
2.1m answers
60 comments
57.0k users