Can I customize footer underlines for shipping and return options?

Can I remove the underlines where it says shipping, return etc ? also when clicked or hover?

Hi @oscaroline
You can try follow this path:
Themes => edit code => asset => section-footer.css
and add this code to bottom of the file section-footer.css

.footer-block a{
text-decoration: none!Important;
}