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!
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