Hi Patricia,
its a theme style not to have an underline for hyperlinks. If you want you can show underlines by adding this simple CSS
a, a:hover {
text-decoration: underline;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Let us know if you have any questions
Best Regards