Shopify themes, liquid, logos, and UX
Hi Guys,
I am running the Ride theme and I am trying to add the discord icon and telegram icon onto my website.
I tried replacing the Pinterest icon and vimeo icon with discord and telegram icon but have not been successful any tips are greatly appreciated.
Solved! Go to the solution
This is an accepted solution.
Hey there!
a.link.list-social__link[href*="telegram"],
a.link.list-social__link[href*="discord"] {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
a.link.list-social__link[href*="telegram"] svg,
a.link.list-social__link[href*="discord"] svg {
display: none;
}
a.link.list-social__link[href*="discord"] {
background-image: url("PASTE-DISCORD-IMAGE-LINK-HERE");
}
a.link.list-social__link[href*="telegram"] {
background-image: url("PASTE-TELEGRAM-IMAGE-LINK-HERE");
}
Should be working now, good luck!
This is an accepted solution.
Hey there!
a.link.list-social__link[href*="telegram"],
a.link.list-social__link[href*="discord"] {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
a.link.list-social__link[href*="telegram"] svg,
a.link.list-social__link[href*="discord"] svg {
display: none;
}
a.link.list-social__link[href*="discord"] {
background-image: url("PASTE-DISCORD-IMAGE-LINK-HERE");
}
a.link.list-social__link[href*="telegram"] {
background-image: url("PASTE-TELEGRAM-IMAGE-LINK-HERE");
}
Should be working now, good luck!
Hi Gonzacaminos,
this worked perfectly thank you!!!
only problem im running into is that they now appear a bit too high
Hi Friend,
I try to use your CSS and add telegram icon to social media items.
Somehow code don't work for me.
I past it directly theme.css
Maybe you have an idea how to improve it?
Sincerely, Liya
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025