Merhaba,

Temanızın style.css dosyasında aşağıdaki kodu arayın
a:hover, a:focus {    text-decoration: underline; }
ve bu kodu aşağıdaki kod ile değiştirin.
a:hover, a:focus {    text-decoration: none; }