passowrd: hello
Topic summary
The discussion addresses removing underlines from footer policy links in Shopify’s Dawn theme using CSS.
Primary Solution:
Multiple contributors recommend adding CSS code to base.css file:
- Navigate to: Online Store > Themes > Actions > Edit Code > Assets > base.css
- Insert CSS targeting footer links with
text-decoration: noneproperty - Some solutions specify targeting
.footer__block-details-content aor similar selectors - One suggestion mentions adding code to
theme.liquidbefore the closing</body>tag
Key Points:
- The original poster confirmed one solution worked successfully
- CSS snippets provided target both default and hover states of links
- Some responses are partially garbled/reversed text, making exact code difficult to parse
- Discussion expanded to include a secondary question about adding colorful country icons
Related Issue:
A later participant asked about removing underlines from footer menu links specifically (not policy links), requesting help for their store at eightballstyle.com, particularly for the “About us” section.