Hi all,
As title states I am looking to upload a background image to my homepage only through a file in my contents.
Any help is apprecaited,
Thank you
Hi all,
As title states I am looking to upload a background image to my homepage only through a file in my contents.
Any help is apprecaited,
Thank you
Hi there, @charlie091 , Welcome to the Shopify Community!
To upload a background image to your homepage from your contents:
If you encounter difficulties, feel free to reach out to me.
Thanks Ishan,
It’s in neither of those places, do you some code I can apply?
Thanks!
Code:
{% comment %} Assuming your theme uses the "hero" section for the homepage {% endcomment %}
{% if template == 'index' %}
{% comment %} Replace "background-image-url" with the URL of your background image {% endcomment %}
{% endif %}
Replace “background-image-url” with the URL of your background image file. You can host the image file in your Shopify store’s content or use an external URL.
Hope this helps! Let me know if you have any questions.
Thanks Ishan,
Still not working I am afraid, i pasted into the theme.liquid above head closing tag and still nothing?
Thanks!
I also want to add the same features in my shopify store. Can you guide me regarding this? I don’t want to use any app or plugin due to site load speed.
Please reach out to me at: manshi@makkpress.com
Hi,
I emailed you and haven’t heard back?
Thanks!
Email sent
Hi Charlie,
did you ever manage to make this work?