All things Shopify and commerce
Hi, i am just finishing off my page and would like to add 2 buttons to my home page to allow customers to email or call me, is this possible? I am using the Taste theme.
Hi @Tan2020 ,
The easiest way to add the call button to your home page is use 3rd app, you can add button without code. If you don't want to add a plugin to your store, you have to edit code following this steps:
In the Sections folder, look for a file that might be named something like index.liquid or home.liquid. This is usually the file that controls the layout of your home page.
Find a suitable place within this file to insert your button. You might add it within an existing section or create a new one.
<div class="contact-button" style="text-align: center; margin: 20px 0;">
<a href="/pages/contact" class="btn" style="padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px;">Contact Us</a>
</div>
Click Save
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024