I would like to add our address at the footer of Dawn theme right below the footer menu. Could someone give me a hand on how to do it?
Web: https://epokhe.shop/
Ideally it’d be in the red box below:
Thanks!
A user seeks to add their business address to the footer of a Shopify store using the Dawn theme, positioned below the footer menu.
Solution Provided:
content propertyIssue Encountered:
After implementation, unwanted code text appeared at the bottom of the page (the literal “Write it here!” placeholder text was visible).
Resolution:
The issue was clarified—users should replace the placeholder text in the CSS code with their actual address while keeping the quotation marks intact. The original poster confirmed they fixed the display issue.
Follow-up Question:
Another user asked how to add hyperlinks to the footer text, but this remains unanswered.
I would like to add our address at the footer of Dawn theme right below the footer menu. Could someone give me a hand on how to do it?
Web: https://epokhe.shop/
Ideally it’d be in the red box below:
Thanks!
Hi @Epokhe
Try this one.
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet:after {
content: "Write it here!";
text-align: center;
padding-top: 15px;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
flex-direction: column;
gap: 0px;
}
.footer-block.grid__item.footer-block--menu {
display: contents;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks @Made4uo-Ribe ,
I can now edit the bottom text just like I want. The only thing is some code has popped up at the vry bottom of the page. Mind to let me know how to remove it keeping the “Write it here!” text?
Thanks!
oh, thats where you write the address you like to put. Just be sure dont delete the " " qoutation.
How did you add the “FAQ, Privacy Policy, Contact Us, etc.,” text?
Sorry I don’t think I explained myself correctly, I mean the code that’s appeared at the very bottom of my website. The address looks good but the code at the bottom appeared out of nowhere and I don’t know how to get rid of it.
Thanks!
Nevermind, just fixed it. Thanks a million @Made4uo-Ribe !
How do I add a link to that text?