Shopify themes, liquid, logos, and UX
I'm currently using the Dawn theme. I'd like to make the social media icons at the footer a bit bigger and also center the copyright text. I tried to add some code, but nothing was changing anything. I can't see any size adjustment on the theme editor either, so I'm quite lost. Please help
Attached above is a screenshot of how it looks like now. Any help would be appreciated.
Solved! Go to the solution
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.list-social__item .icon{
height: 4.2rem !important;
width: 4.2rem !important;
}
.footer__content-bottom-wrapper{
justify-content: center;
align-items: center;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @GLSatellite
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.
Store url: https://poppingpartiesph.myshopify.com/
Password: poppingparties@2024!
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.list-social__item .icon{
height: 4.2rem !important;
width: 4.2rem !important;
}
.footer__content-bottom-wrapper{
justify-content: center;
align-items: center;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
That worked perfectly! Thank you so very much!
@GLSatellite hope you are well
.footer__content-bottom-wrapper {
justify-content: center;
}
.list-social__item .icon {
height: 3.2rem !important;
width: 3.2rem;
}
Hi @GLSatellite ,
You can update its style from the theme.css. Please share your store URL and password. We will check it and share the necessary code for it.
Regards,
Sweans
Hello @GLSatellite
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file.
.list-social__item .icon {
height: 4.2rem;
width: 4.2rem;
}
.footer__content-bottom-wrapper {
justify-content: space-evenly;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
- Here is the solution for you @GLSatellite
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.list-social__item .icon {
width: 40px !important;
height: 40px !important;
}
.footer__content-bottom-wrapper {
justify-content: center !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Shopify 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, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025