Topic: carousel prev next icon becomes a block character
yin sun free asked 2 years ago
Expected behavior prev, next icon proper displayed Actual behavior they become blocks after I copied to my own site Resources (screenshots, code snippets etc.) https://ellenpan.pages.dev/mb
Kamila Pieńkowska staff answered 2 years ago
Try downloading new MDB package CSS files. Your code works well locally for me.
If it doesn't help overwrite those two styles with symbols that will work for you.
.carousel-control-prev-icon:after {
content: "|";
}
.carousel-control-next-icon:after {
content: "|";
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 6.0.0
- Device: mac
- Browser: chrome
- OS: mac
- Provided sample code: No
- Provided link: Yes