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

How to Change Vimeo Social Media Icon in Footer to Customer Icon in Trade Theme

How to Change Vimeo Social Media Icon in Footer to Customer Icon in Trade Theme

jordanbford1
Explorer
87 0 21

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? 

 

Screenshot 2024-12-26 at 16.12.09.png

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @jordanbford1 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

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;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_1-1735253593453.png

     

  • For the link you can change it on the default. 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
jordanbford1
Explorer
87 0 21

@Made4uo-Ribe!

 

It is not displaying in the menus.

 

IMG_7159.jpeg

 

 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!

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Oh, Didnt Include it there. You can also change directly the icons. Find icons-vimeo.svg you can search on the edit code. 

Made4uoRibe_0-1735312514187.png

Find website that provide free logo. 

Made4uoRibe_1-1735312627219.png

copy the svg. 

Made4uoRibe_2-1735312656028.png

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! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
jordanbford1
Explorer
87 0 21

@made4Uo 

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?

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @jordanbford1 

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.

jordanbford1
Explorer
87 0 21

@Dan-From-Ryviu I do not have the code that I would paste in there? I am not sure what I would put.