remove link underline wordpress
Appearance > Additional CSS
add following text
.single-post .entry-content a {
text-decoration: none !important;
}
Appearance > Additional CSS
add following text
.single-post .entry-content a {
text-decoration: none !important;
}