How to Remove Outline Close Button Bootstrap 4 Posted on November 25, 2017Januari 8, 2018 by Omar Viewed 1.5K timesTo remove the outline on the close button at bootstrap, do the following: add the following line of code into your css style:.close:focus, .close:hover { outline: none; cursor: pointer; }Save and refresh. Twitter Facebook