Trying to make social media icon bigger on spotlight theme

Solved

Trying to make social media icon bigger on spotlight theme

tarker12
Shopify Partner
4 0 6

I cant figure out how to make social media icons bigger on spotlight theme.

 

Any help would be great

 

https://gadgets4joy.com

 

Thanks!

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2303 847 1062

This is an accepted solution.

Hi @tarker12

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Add this code before </head> tag:

<style>
.list-social__item .icon {
    scale: 2;
}
</style>

 Here is result:

BSSCommerceHDL_0-1727355553517.png

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 7 (7)

BSSCommerce-HDL
Shopify Partner
2303 847 1062

This is an accepted solution.

Hi @tarker12

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Add this code before </head> tag:

<style>
.list-social__item .icon {
    scale: 2;
}
</style>

 Here is result:

BSSCommerceHDL_0-1727355553517.png

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

tarker12
Shopify Partner
4 0 6

Thank you thank you!!

BSSCommerce-HDL
Shopify Partner
2303 847 1062

@tarker12, No problem. Glad to help you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Made4uo-Ribe
Shopify Partner
8269 1980 2430

Hi @tarker12 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

li.list-social__item .svg-wrapper {
    width: 3rem;
    height: 3rem;
}

a.link.list-social__link {
    padding-top: 0;
    padding-left: 0;
                    }

 

And Save. 

Result:

Made4uoRibe_0-1727355958010.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

BSS-TekLabs
Shopify Partner
2350 701 826

- Here is the solution for you @tarker12 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.list-social__link span.svg-wrapper {
    width: 40px ! IMPORTANT;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1727355967019.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Sam416
Shopify Partner
35 2 4

Hi @tarker12 

Using CSS, you can target the SVG icon within the ul and li elements. Here’s how you can do it:

ul.list-social li.list-social__item .icon.icon-facebook {
  width: 40px; /* Adjust the width as needed */
  height: 40px; /* Adjust the height as needed */
}

 

Shopify Expert | E-commerce Specialist | Custom Shopify App Development | Shopify Theme Customization & Bug Fixing | Buy Me A Coffee| Hire me| Contact Me on WhatsApp

PageFly-Richard
Shopify Partner
4661 1068 1725

This is Richard from PageFly - Shopify Page Builder App

 

Hi @tarker12  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>
 .icon.icon-facebook{
    scale: 2.5 !important;
    margin-top: 16px !important;
}
</style>

 

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.