How to change EXIF Glyphicon Bootstrap icon
Posted: 08 Dec 2017, 00:53
I want to change the default "camera" bootstrap icon which launchs the EXIF modal window with a different Bootstrap Glyphicon. I am requesting some guidance on which file needs to be modified to implement the following class change;
Default "camera" Glyphicon
New "info-sign" Glyphicon
https://glyphicons.bootstrapcheatsheets.com/
Default "camera" Glyphicon
Code: Select all
<span class="glyphicon glyphicon-camera"></span>
Code: Select all
<span class="glyphicon glyphicon-info-sign"></span>