REMOVE LINK UNDERLINE IN FOOTER Flow version 31.0.6

Solved

REMOVE LINK UNDERLINE IN FOOTER Flow version 31.0.6

ophelialeofoto
Tourist
8 0 0

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. 

Accepted Solution (1)
ExpertRookie
Shopify Partner
1518 249 325

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;
}
- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.

View solution in original post

Replies 3 (3)

ExpertRookie
Shopify Partner
1518 249 325

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.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
ophelialeofoto
Tourist
8 0 0
https://leofotosoar.com/password
password is soar
Thank you for your help.
ExpertRookie
Shopify Partner
1518 249 325

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;
}
- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.