Shopify themes, liquid, logos, and UX
I am looking to add a second column in my footer to add a second menu onto, so I can direct customers to support areas but also to retarget them back to my sales channel.
I would also like to enlarge the social icons.
Here is my preview URL - https://h3a2rmpyakjmngoo-7322239031.shopifypreview.com
See a screenshot of what I have currently in place.
Solved! Go to the solution
This is an accepted solution.
Without getting into custom code, you could add a new block to the footer. Through Online Store, Customize in the right hand panel select the footer and then +Add Block. Here you can add an additional menu which you would need to create in Online Store, Navigation.
As for the social icons, in component-list-social.css there is .list-social_item .icon which is controlling their size, I would stick to using rem units, so try 5rem and see if that is a suitable size.
.list-social__item .icon {
height: 5rem;
width: 5rem;
}
Hope this helps
This is an accepted solution.
Without getting into custom code, you could add a new block to the footer. Through Online Store, Customize in the right hand panel select the footer and then +Add Block. Here you can add an additional menu which you would need to create in Online Store, Navigation.
As for the social icons, in component-list-social.css there is .list-social_item .icon which is controlling their size, I would stick to using rem units, so try 5rem and see if that is a suitable size.
.list-social__item .icon {
height: 5rem;
width: 5rem;
}
Hope this helps
Oh well now I feel silly! Here I thought it was in coding haha!
Thank you for the help 🙂
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025