Shopify themes, liquid, logos, and UX
I'm trying to make the social media icons at the bottom of the page larger in the Trade theme. I've done it before in Dawn but that code isn't working, nor are any of the other code suggestions I've tried from this board related to other themes. Can anyone help me related specifically to the Trade theme? Thank you!
PS It's a development store so I don't have a link, sorry.
Solved! Go to the solution
This is an accepted solution.
Hi @Hughmanity
To make social icons bigger, try to edit your theme, and find assets/component-list-social.css file, replace code
.list-social__item .icon {
height: 2.2rem;
width: 2.2rem;
}
with
.list-social__item .svg-wrapper {
width: 40px;
height: 40px;
}
.list-social__item .icon {
height: 3.2rem;
width: 3.2rem;
}
and adjust both pairs. Class svg-wrapper controls the space and limits icon class size. Save file and test.
This is an accepted solution.
Hi @Hughmanity
To make social icons bigger, try to edit your theme, and find assets/component-list-social.css file, replace code
.list-social__item .icon {
height: 2.2rem;
width: 2.2rem;
}
with
.list-social__item .svg-wrapper {
width: 40px;
height: 40px;
}
.list-social__item .icon {
height: 3.2rem;
width: 3.2rem;
}
and adjust both pairs. Class svg-wrapper controls the space and limits icon class size. Save file and test.
That worked, thank you!
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