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!
I want to change the Vimeo social media icon logo on my website from their logo to Walmart's spark logo and link it to our Walmart storefront. How can I edit this icon in Trade Theme?
Try this one.
div.footer-block--newsletter.scroll-trigger.animate--slide-in > ul > li:nth-child(3) > a:after {
content: "";
display: inline-block;
width: 2.2rem;
height: 2.2rem;
background-image: url("https://companieslogo.com/img/orig/WMT.W-b40dca30.png?t=1722952500");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
vertical-align: middle;
margin-left: -18px;
}
ul.list-unstyled.list-social.footer__list-social {
position: relative;
}
div.footer-block--newsletter.scroll-trigger.animate--slide-in > ul > li:nth-child(3) > a > span.svg-wrapper {
visibility: hidden;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
It is not displaying in the menus.
How do I make the spark logo display the same size as the other social media icons? It is currently a little bigger. Also -- Do I need to keep the re-direct URL in the Vimeo section still or will this always override that? Thank you!
Oh, Didnt Include it there. You can also change directly the icons. Find icons-vimeo.svg you can search on the edit code.
Find website that provide free logo.
copy the svg.
Then replace the svg you copy to the svg you have in the vemio and save just crtl+a(hightlight) and ctrl+v(paste).This needs some css code to align or to adjust the width.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is the current code in the icon-vimeo.svg file:
<svg class="icon icon-vimeo" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M17.995 7.002C17.92 8.457 16.9 10.451 14.935 13c-2.039 2.653-3.763 3.988-5.187 3.988q-1.305 0-2.205-2.429L6.33 10.121q-.675-2.43-1.44-2.43c-.12 0-.51.24-1.184.706L3 7.497l2.19-1.95c.989-.869 1.724-1.319 2.218-1.349 1.17-.135 1.89.66 2.16 2.37.3 1.844.495 2.998.6 3.448.344 1.53.704 2.294 1.11 2.294.314 0 .794-.495 1.424-1.5.49-.67.832-1.436 1.004-2.249.09-.87-.255-1.304-1.004-1.304-.36 0-.735.09-1.11.255.735-2.414 2.144-3.584 4.213-3.509 1.545.045 2.265 1.05 2.19 3Z" clip-rule="evenodd"/></svg>
How do I put this link in there to replace the current Vimeo svg image?
Please go to Online Store > Themes > Edit code > open icon-vimeo.svg file, replace the default code of this file with Walmart svg icon code.
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
@Dan-From-Ryviu I do not have the code that I would paste in there? I am not sure what I would put.