Shopify themes, liquid, logos, and UX
Hello Everyone!
How do I add a section of text with icons to my Shopify theme? I want to place this section at the top of the footer of all pages on my website. Please help me. Thank you.
Store Url: https://dream-tech-zone.myshopify.com/
Password: Admin
I want to keep it like this image.
Solved! Go to the solution
This is an accepted solution.
Please add this code to your theme.liquid file, before </body> tag
<style>
#shopify-section-template--20524623659287__0babba14-3259-4b44-8cbb-2b87aacbf5b2 .multicolumn-card__image-wrapper { max-width: 100px; margin: 0 auto; }
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Hi @dreamtechzone_5 ,
As you have already added the section, you can now add below CSS to resize the image.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
#shopify-section-template--20524623659287__0babba14-3259-4b44-8cbb-2b87aacbf5b2 .multicolumn-card__image-wrapper {
max-width: 55px;
margin: 0 auto;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
This is an accepted solution.
Code updated
<style>
#shopify-section-template--20524623659287__0babba14-3259-4b44-8cbb-2b87aacbf5b2 .multicolumn-card__image-wrapper { max-width: 100px; margin: 0 auto; }
@media (max-width: 767px) {
#shopify-section-template--20524623659287__0babba14-3259-4b44-8cbb-2b87aacbf5b2 .multicolumn-card__image-wrapper { max-width: 55px !important; }
#shopify-section-template--20524623659287__0babba14-3259-4b44-8cbb-2b87aacbf5b2 .multicolumn-card__info {
padding-left: 4px !important;
padding-right: 4px !important;
}
}
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Please add this code to Custom CSS of section that you added to another page
.multicolumn-card__image-wrapper { max-width: 100px; margin: 0 auto; }
@media (max-width: 767px) {
.multicolumn-card__image-wrapper { max-width: 55px !important; }
.multicolumn-card__info {
padding-left: 4px !important;
padding-right: 4px !important;
}
}
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Hi @dreamtechzone_5 ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media only screen and (max-width: 989px) {
ul#Slider-template--20915865518399__ce5383bc-e64e-442a-afe5-49ee2bb30640 {
justify-content: center;
}
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hi @dreamtechzone_5 ,
You can use "Multicolumn" to create the mentioned section
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
I have added this way but the images look too big in desktop and mobile mode.
This is an accepted solution.
Hi @dreamtechzone_5 ,
As you have already added the section, you can now add below CSS to resize the image.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
#shopify-section-template--20524623659287__0babba14-3259-4b44-8cbb-2b87aacbf5b2 .multicolumn-card__image-wrapper {
max-width: 55px;
margin: 0 auto;
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Looks great on desktop mode. In mobile mode, the texts can be kept in such a way that they look better?
Go to your Online store > Themes > Edit code > Snippets > + Add a new snippet, enter your snippet file name
Copy HTML of example section in your image above, paste to file your just created.
Open your theme.liquid file, find this line of code
{% sections 'footer-group' %}
Paste this code above
{%- render 'your-icon-with-tex-file-name' -%)
Then this section will appear on all page right above footer
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
I added this way but not working.
You file name is icons-all-pages, so you must add code is
{%- render 'icons-all-pages' -%)
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
{%- render 'icons-all-pages' -%)
Where can I get this code?
I'm trying to add it through Multicolumn section but the images look too big in desktop and mobile mode. Can you reduce the image size?
Please help me. Thank you.
This is an accepted solution.
Please add this code to your theme.liquid file, before </body> tag
<style>
#shopify-section-template--20524623659287__0babba14-3259-4b44-8cbb-2b87aacbf5b2 .multicolumn-card__image-wrapper { max-width: 100px; margin: 0 auto; }
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Wow, It's ok on desktop mode. Can you make the icons smaller? In mobile mode, the texts can be kept in such a way that they look better?
This is an accepted solution.
Code updated
<style>
#shopify-section-template--20524623659287__0babba14-3259-4b44-8cbb-2b87aacbf5b2 .multicolumn-card__image-wrapper { max-width: 100px; margin: 0 auto; }
@media (max-width: 767px) {
#shopify-section-template--20524623659287__0babba14-3259-4b44-8cbb-2b87aacbf5b2 .multicolumn-card__image-wrapper { max-width: 55px !important; }
#shopify-section-template--20524623659287__0babba14-3259-4b44-8cbb-2b87aacbf5b2 .multicolumn-card__info {
padding-left: 4px !important;
padding-right: 4px !important;
}
}
</style>
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
I want to put it at the top of the footer on all pages. But when I add it to another page the image size gets bigger.
This is an accepted solution.
Please add this code to Custom CSS of section that you added to another page
.multicolumn-card__image-wrapper { max-width: 100px; margin: 0 auto; }
@media (max-width: 767px) {
.multicolumn-card__image-wrapper { max-width: 55px !important; }
.multicolumn-card__info {
padding-left: 4px !important;
padding-right: 4px !important;
}
}
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Great. Suppose i want to add it to the product page, then where should I put this code?
I understand now. Thank you so so much.
Very welcome
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello Sir!
I want to center this column. Can it be kept in the center?
Store Url: https://blue-chic-clothes.myshopify.com/
Password: Admin
This is an accepted solution.
Hi @dreamtechzone_5 ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media only screen and (max-width: 989px) {
ul#Slider-template--20915865518399__ce5383bc-e64e-442a-afe5-49ee2bb30640 {
justify-content: center;
}
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Thank you.
Guten Tag, ich habe diesen Artikel gefunden, weil ich genau so eine Icon-Section programmieren will. Könnten Sie mir vielleicht den ganze Code geben, damit ich eine neue Section erstellen kann? Vielen Dank
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025