Shopify themes, liquid, logos, and UX
Hi, how can i minimalize the footer menus on my website www.taneau.com ? so it looks like on meandem.com
Thanks for help!
Hey @atm19 ,
Follow these steps to minimize the footer menus.
Step 1: Shopify Dashboard -> Theme->Customize -> Edit code> search theme.liquid
Step 2: Paste the below code before the </head> tag and save
Step 3: Please check the mobile device is working properly as per the reference website
<script>
if($(window).width() < 768 ){
$(".footer-block__details-content").hide();
$(".footer__block").click(function(){
$(this).toggleClass("active");
});
}
</script>
Thanks but it doesn't work:( do you have any other solution?. I didn't specified that it is the Ride Theme.
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