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 🙂
User | RANK |
---|---|
45 | |
45 | |
44 | |
28 | |
21 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023