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.
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.
https://leofotosoar.com/password
password is soar
Thank you for your help.
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;
}
1 Like