Hi.
It is possible to config globally bootstrap-modal close button to be without any content inside?
I want to use bootstrap-modal plugin for modals and message info-boxes on my site widget-app.
Site uses bootstrap.
Vue app uses your bundle.
On my site I get used customized layout for modals, and for close buttons I will used font icon version applied with pseudo-selector with css. For this case I removed any content inside close button (just used custom button with data-dismiss="modal").
Demo: https://keenthemes.com/metronic/preview/demo1/components/base/modal.html
My app used same styles, but I don't know how to remove content of close buttons globally on my Vue app.

Thanks for any ideas.