Replace x in modal popup with image

0
Hi, I want to change the ‘x’ in the modal popup box throughout my App. I am not able to find the Html structure from where it is added.  Can someone tell me the physical path of that file in which HTMl code is added? Thanks  
asked
1 answers
0

add a Css for the Below Class in your custom css file – 

 

.modal-dialog .modal-content .modal-header .close{

}

answered