Shopify themes, liquid, logos, and UX
i would like to add a background image my custom liquid section
pass: daplau
Try this
<div class="custom-section-here">
<!-- Your content goes here -->
</div>
<style>
/* Add background image to the custom section */
.custom-section-here {
background-image: url('https://cdn.shopify.com/s/files/1/2373/2331/files/Screenshot_2024-01-03_at_9.47.09_AM.png?v=1704297177');
background-size: cover; /* Adjust as needed */
background-position: center center; /* Adjust as needed */
background-repeat: no-repeat; /* Adjust as needed */
/* Additional styles as needed */
}
</style>
where do i put this? in theme.liquid or bass
background-image: url('https://cdn.shopify.com/s/files/1/2373/2331/files/Screenshot_2024-01-03_at_9.47.09_AM.png?v=17042971');
background-repeat: no-repeat;
background-size: cover;
doesnt work
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