it’s not in the code you added it’s in the css originally.
———————————-
a:hover {
border-bottom:dotted 1px;
}
——————————–
thats the code doing it.
add this code in and it should fix it.
———————————-
.wp-box-title a {
border: none;
text-decoration: none;
}
———————————–