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.
Topic summary
A user seeks help removing underlines from footer links in their Shopify Flow theme (version 31.0.6).
Solution Provided:
- Navigate to: Themes → Edit Code → Assets → theme.min.css
- Add CSS code to the bottom of the file targeting footer article links with
border: none !important;
Current Status:
- The user shared their store URL and password for troubleshooting
- A solution has been proposed but not yet confirmed as implemented or successful
Note: Several posts contain reversed text, but the technical guidance appears straightforward—applying custom CSS to override the default link styling in the footer section.