Ride Theme Footer Drop down menus

Topic summary

A user working with the Ride theme wants to reorganize their footer links into three dropdown menus: “information,” “get in touch,” and “policies.” They provided a reference image showing their desired layout.

Solutions Provided:

  • One response offers complete HTML/CSS code for a Custom Liquid section that creates collapsible footer menus with “+” indicators
  • The code includes four sample dropdown sections: Get in touch, Information, Quick Order, and Our Policies
  • Each section contains placeholder links and contact information that can be customized
  • Screenshots demonstrate the implementation in the theme editor

Alternative Resource:

  • Another response directs to a related Shopify Community post about creating accordion menus in the Dawn theme footer, which may offer additional implementation approaches

The discussion remains open with no confirmation from the original poster about whether either solution resolved their issue.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hey I use the ride theme and I’m trying to tidy up my footer I have lots of links and want to organise this into 3 dropdown menus

information

get in touch

policies

can somebody help with code please

ideally we want something like the photo attached

Hi @Connor1836

You add this code to the Custom liquid section


        

            Get in touch +
        

        
            Email: contact@example.com 

            Phone: 123-456-789
        

        
            INFORMATION +
        

        
            About Us 

            FAQ 

            Terms & Conditions
        

        
            QUICK ORDER +
        

        
            Express Checkout 

            Bulk Order 

            Track Order
        

        
            OUR POLICIES +
        

        
            Shipping Policy 

            Return Policy 

            Privacy Policy
        

    

    

1 Like

Hello there

You can check this post to solve your problem https://community.shopify.com/topic/1322565

Regards

Tito