Shopify themes, liquid, logos, and UX
Hi, on my website, Whiskerwonders.ca I deleted the heading on the homepage and it looks nice from phone perspective but from the PC perspective there is a massive white block in the middle of the page. Can someone please help?
Thanks
Add the following code in your theme.liquid:
<script>
document.addEventListener("DOMContentLoaded", function() {
var elements = document.querySelectorAll('.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--left.slideshow__text-mobile--left');
elements.forEach(function(element) {
element.style.display = 'none';
});
});
</script>
I hope it helped you!
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