Hi I want to get rid of the blue \"shine\" that appears when you click on a text field and begin to input data. How is this done?
I am a beginner so I am not that experi
If you want easy solution and want to remove blue border from complete html, use
*:focus {outline:none !important}