Shopify themes, liquid, logos, and UX
Can someone help me with the code that can remove the link underline in my footer.
The theme currently in use is Flow version 31.0.6
Tried some suggestions to change code in assets folder, but did not know which section needs to add the code in.
Thank you for your help.
Solved! Go to the solution
This is an accepted solution.
Hi @ophelialeofoto
You can try follow this path:
Themes => edit code => asset => theme.min.css
and add this code to bottom of the file theme.min.css
.footer-article a {
border: none!important;
}
HI @ophelialeofoto
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
This is an accepted solution.
Hi @ophelialeofoto
You can try follow this path:
Themes => edit code => asset => theme.min.css
and add this code to bottom of the file theme.min.css
.footer-article a {
border: none!important;
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025