Hi Diego,
Please use below custom CSS code to remove the underline under the site title.
#site-title a:after { content: normal; }
Thank you!