I’m a beginner, I am currently working on a site, I want to an ‘Image Button’ under my ‘Image Banner’ in my Home Page, if you could explain step-by-step since I am new to this that would be great
Regards,
Davaughn
I’m a beginner, I am currently working on a site, I want to an ‘Image Button’ under my ‘Image Banner’ in my Home Page, if you could explain step-by-step since I am new to this that would be great
Regards,
Davaughn
Sure, here’s a step-by-step guide on how to add an “Image Button” under an “Image Banner” on your Shopify homepage:
Hi Davaughn,
Welcome to Shopify! I might be mistaken since I’m also relatively new here, but I’d try to help you. Here’s a step-by-step guide to help you with this. Let’s start from the very beginning:
To add an image button, you’ll need to use some custom HTML. Here’s how:
<div style="text-align: center; margin-top: 20px;">
<a href="YOUR_BUTTON_LINK" style="display: inline-block;">
<img src="YOUR_BUTTON_IMAGE_URL" alt="Button" style="width: 200px; height: auto;">
</a>
</div>
YOUR_BUTTON_LINK with the URL you want the button to link to.YOUR_BUTTON_IMAGE_URL with the URL of the button image you want to use.style="width: 200px; height: auto;" part of the code.That’s it! You now have an image button under your image banner on your Shopify homepage. If you have any further questions or need more help, feel free to ask.
Best regards.