All things Shopify and commerce
I just added the LinkedIn icon to the footer, but I'm unable to change its color from black to 93947F.
Solved! Go to the solution
This is an accepted solution.
You can look in theme files for a file like component-list-social.css. If it is there just replace .list-social__link { ... } with this:
.list-social__link {
align-items: center;
display: flex;
padding: 1.3rem;
color: rgb(var(--color-foreground));
fill: #93947F;
}
If you can't find it you can add this code in theme -> customize -> theme settings -> custom CSS:
.list-social__link {
fill: #93947F;
}
Hope it works, cheers 🙂
Add fill: #93947F to list-social__link class
Where exactly? Thanks
This is an accepted solution.
You can look in theme files for a file like component-list-social.css. If it is there just replace .list-social__link { ... } with this:
.list-social__link {
align-items: center;
display: flex;
padding: 1.3rem;
color: rgb(var(--color-foreground));
fill: #93947F;
}
If you can't find it you can add this code in theme -> customize -> theme settings -> custom CSS:
.list-social__link {
fill: #93947F;
}
Hope it works, cheers 🙂
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey 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, 2024