Shopify themes, liquid, logos, and UX
Hi, I am trying to change the background on my about us page, but the code is not working. I added this code in theme.liquid, of course the code is in <head>.
{% if request.path contains 'about' %} <style> body { background-image: url({{ 'magazyn1.png' | asset_img_url: 'original' }}); background-repeat: no-repeat; background-size: cover; } </style> {% endif %}
https://5a8ab2.myshopify.com/pages/about
123
Solved! Go to the solution
This is an accepted solution.
Hi @ErnestoF
Try the below updated code:
% if request.path contains 'about' %}
<style>
body {
background-color: transparent !important;
background-image: url({{ 'magazyn1.png' | asset_img_url: 'original' }}) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
</style>
{% endif %}
I hope this will work.
Best regards,
This is an accepted solution.
Hi @ErnestoF
Try the below updated code:
% if request.path contains 'about' %}
<style>
body {
background-color: transparent !important;
background-image: url({{ 'magazyn1.png' | asset_img_url: 'original' }}) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
</style>
{% endif %}
I hope this will work.
Best regards,
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