Footer menu social icon size

Footer menu social icon size

chrisc1987
Tourist
14 0 1

Hey Everyone,

 

I just did the 15.2 update, and my social media icons CSS did not copy over. Any ideas?

 

Thank you kindly!Screenshot 2025-02-06 090532.pngScreenshot 2025-02-06 090509.pngScreenshot 2025-02-06 090448.pngScreenshot 2025-02-06 090032.pngScreenshot 2025-02-06 090004.png

Replies 13 (13)

Moeed
Shopify Partner
7155 1936 2359

Hey @chrisc1987 

 

Share your store URL and password if enabled.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


chrisc1987
Tourist
14 0 1

Hi @Moeed 

 

Here is my store URL www.6ixsideswag.ca

 

Thank you.

DaisyVo
Shopify Partner
4340 482 569

Hi @chrisc1987 

 

What do you mean, you want these icons to be smaller?

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

{% style %}
li.list-social__item svg {
    width: 24px !important;
}
{% endstyle %}

 


Please let me know if it works. Thank you!Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
chrisc1987
Tourist
14 0 1

Hi @DaisyVo 

 

I would like to be able to resize them as I did before the update, using the custom CSS in the footer section. as it was before. but after the update, it removed the CSS code. not sure why.

DaisyVo
Shopify Partner
4340 482 569

HI @chrisc1987 

 

it's hard to find the cause
but i have given the solution for shrinking icon size with the code above
If you still continue to search for the cause then i can only help you up to here
If you need any further correction, please let me know

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

LizHoang
Shopify Partner
1251 159 193

Hi Chrisc1987

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

a.link.list-social__link {
    height: 100px !important;
    width: 100px !important;
}

svg.icon.icon-twitter,
svg.icon.icon-instagram,
svg.icon.icon-facebook {
    height: 90px;
    width: 90px;
}

 

Result: 

LizHoang_1-1738855053020.png

 

Best,
Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
chrisc1987
Tourist
14 0 1

Hi, @LizHoang 

That did not work on my end.

LizHoang
Shopify Partner
1251 159 193

Can you share the photo where you add the code?

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
chrisc1987
Tourist
14 0 1

Screenshot 2025-02-06 104730.png

LizHoang
Shopify Partner
1251 159 193

You miss this code and save 

LizHoang_1-1738857771960.png

LizHoang_2-1738857783157.png

 

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
chrisc1987
Tourist
14 0 1

Hi @LizHoang 

 

Screenshot 2025-02-06 113229.pngcopy and paste both codes, unfortunately, it still does not work.

PageFly-Richard
Shopify Partner
4991 1118 1796

This is Richard from PageFly - Shopify Page Builder App
Hi @chrisc1987   Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
.link.list-social__link .icon.icon-facebook,
.link.list-social__link .icon.icon-instagram,
.link.list-social__link .icon.icon-twitter {
  width: 60px !important;
  height: 60px !important;
}
</style>

 

 And here is result 

PageFlyRichard_0-1738897478026.png

 


Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

chrisc1987
Tourist
14 0 1

Hi @PageFly-Richard 

Does not work on my end.