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;
}
