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