Shopify themes, liquid, logos, and UX
Hello,
Can someone please tell me how to add a background image to my "About Us" page. My store url is projects817.com
Solved! Go to the solution
This is an accepted solution.
Hi @Only1mrsfragili,
Please follow the steps below:
- Step 1: Upload background image at Assets.
- Step 2: Go to theme.liquid file and add code here:
Code:
{% if page.handle == 'about-us' %}
<style>
#shopify-section-template--14869219573898__main {
background-image: url({{ 'background.png' | asset_url }});
background-position: center;
background-size: cover;
}
</style>
{% endif %}
Hope it helps!
This is an accepted solution.
Hi @Only1mrsfragili,
Please follow the steps below:
- Step 1: Upload background image at Assets.
- Step 2: Go to theme.liquid file and add code here:
Code:
{% if page.handle == 'about-us' %}
<style>
#shopify-section-template--14869219573898__main {
background-image: url({{ 'background.png' | asset_url }});
background-position: center;
background-size: cover;
}
</style>
{% endif %}
Hope it helps!
It worked! Thank you so much!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024