Shopify themes, liquid, logos, and UX
Hey @kaka4 ,
Follow these steps:
1. Online Store > Theme > Edit Code.
2. Open the file: section/footer.liquid
4. Inside the <footer> section or at an appropriate location, add the following HTML:
<div class="footer-contact">
<p><strong>Our Address:</strong> 123 Company St, City, Country</p>
<p><strong>Email:</strong> <a href="mailto:info@yourcompany.com">info@yourcompany.com</a></p>
</div>
You can add some CSS to make the text look better. Open:assets/theme.css (or base.css), and add:
.footer-contact {
margin-top: 10px;
color: #666;
font-size: 14px;
}
.footer-contact a {
color: #333;
text-decoration: none;
}
.footer-contact a:hover {
text-decoration: underline;
}
This will add the address and contact email neatly into your footer section. Let me know if you need further help!
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regard,
Rajat Sharma
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025