Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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