Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: MINIMALIZE FOOTER MENU

How can I make my website's footer menu more minimalistic?

atm19
Excursionist
41 0 3

 Hi, how can i minimalize the footer menus on my website www.taneau.com ? so it looks like on meandem.com 

 

Thanks for help!

 

IMG_8337.png

IMG_8336.jpeg

Replies 2 (2)

Easypardrop
Shopify Partner
5 1 2

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>
atm19
Excursionist
41 0 3

Thanks but it doesn't work:( do you have any other solution?. I didn't specified that it is the Ride Theme.