button { background: none!important; border: none; padding: 0!important; color: white !important; text-decoration: none; cursor: pointer; border: none !important; } button:hover { text-decoration: none; color: black !important; text-shadow: 0 0 10px #ffffff; /* This will create a glow effect */ } button:focus { outline: none !important; box-shadow: none !important; color: black !important; }