Topic: carousel prev next icon becomes a block character

yin sun free asked 1 year 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 1 year 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: "|";
}


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • 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