How can I make my social media icons only show icons in the footer without text? My theme is Vision

Solved

How can I make my social media icons only show icons in the footer without text? My theme is Vision

LeeYee
Tourist
9 0 0

I want to make the text next to the social media icons in the footer disappear and display them side by side horizontally. How can I do this? My theme is vision

LeeYee_0-1724824399775.png

 

Accepted Solutions (2)
Moeed
Shopify Partner
4951 1309 1592

This is an accepted solution.

Hey @LeeYee 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
ul.social-links.social-links--has-label span {
    display: none !important;
}
.social-links {
    display: flex !important;
    gap: 1.5rem !important;
}
</style>

RESULT:

Moeed_0-1724825929106.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .footer ul.social-links.social-links--has-label li a span {
      display: none !important;
  }
  .footer ul.social-links.social-links--has-label {
     display: flex !important;
       gap: 18px !important;
  }
</style>

niraj_patel_0-1724826235728.png

 

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 9 (9)

saim007
Shopify Partner
602 74 102

@LeeYee Without store URL how we can see the site and check the problem?

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂
LeeYee
Tourist
9 0 0
Moeed
Shopify Partner
4951 1309 1592

This is an accepted solution.

Hey @LeeYee 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
ul.social-links.social-links--has-label span {
    display: none !important;
}
.social-links {
    display: flex !important;
    gap: 1.5rem !important;
}
</style>

RESULT:

Moeed_0-1724825929106.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
LeeYee
Tourist
9 0 0

thanks!it works!

Moeed
Shopify Partner
4951 1309 1592

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

niraj_patel
Shopify Partner
2378 514 511

Hello @LeeYee 
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
LeeYee
Tourist
9 0 0
niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .footer ul.social-links.social-links--has-label li a span {
      display: none !important;
  }
  .footer ul.social-links.social-links--has-label {
     display: flex !important;
       gap: 18px !important;
  }
</style>

niraj_patel_0-1724826235728.png

 

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

Rahul_dhiman
Shopify Partner
451 91 93

Hello @LeeYee 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> footer.css
add this code at the end of the file.

.social-links span {
display: none !important;
}
.social-links {
display: flex !important;
gap: 1.5rem !important;
}

result
15.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167