company address and contact info at the footer on craft theme

company address and contact info at the footer on craft theme

kaka4
Visitor
2 0 0
Hi, I am wondering if you could guide me how to add my company address and contact email at the footer on Craft theme? thank you
 
 
 
 
 
Reply 1 (1)

rajweb
Shopify Partner
757 65 139

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

Rajat | Shopify Expert Developer
Need a reliable Shopify developer for your next project?
Dash Drop App: https://apps.shopify.com/dash-drop-delivery
Email: rajat.shopify@gmail.com
Portfolio: https://rajatweb.dev

ProductifyGroups App:  Shopify App - Product Variants