Shopify themes, liquid, logos, and UX
Hi,
I am trying to edit the code to enlarge the size of the linked social media icons on our website -https://rankinsjewellers.co.uk/
We are using the Stiletto template and I seem unable to edit the size of the icons on our homepage. I have reached out to support and it seems like the Stiletto theme doesn’t provide a direct option to modify the header through the theme editor.
Please can I ask for some suggestions/help?
Many thanks.
Hello @elleCtaylor ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your custom.css file and paste the following code at the bottom:
.header .social-icons li svg {
width: 26px !important;
height: 26px !important;
}
Regards
Guleria
Hi Guleria,
I have given this a go but the icon size has remained the same.
Are there any further ideas on how I can solve this issue?
Thanks,
Elle
@elleCtaylor - please add this css to the very end of your custom.css file and check
.header .social-icons li svg {width: 28px; height: 28px;}
Still no luck sadly!
Use the code in same file but before this line in same file
@media (max-width: 722px){
Hi @elleCtaylor
Try this one.
<style>
.header .social-icons li, .header .social-icons li .icon, .header .social-icons li svg {
width: 30px;
height: 30px;
}
</style>
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @elleCtaylor
You can try to add this code and check again
.header .social-icons li,
.header .social-icons li .icon,
.header .social-icons li svg {
width: 26px;
height: 26px;
}
Change 26px in the code with your values that fit your request.
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello @elleCtaylor
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.
.footer .social-icons .icon {
width: 30px !important;
height: 30px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
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