Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to change the color of social media icons in the footer

How to change the color of social media icons in the footer

PedroPrado
Excursionist
47 0 7

I want to change the color of the social media icons on my footer in general. What should I do to achieve this?
my store link: https://xqtymudi20rxhvpp-78296449301.shopifypreview.com

Replies 4 (4)

BSSCommerce-B2B
Shopify Partner
1969 564 566

Hi @PedroPrado , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

 

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

BSSCommerceB2B_0-1718739463589.png

 

Step 2: Search for the file base.css or section-footer.css. And add this code snippet to the end of the file.

 

.icon.icon--full-color path {
    fill: currentColor;
}

 

In this step, you can change the color of attribute "fill" to change the color of social media icons. 

But, I think color of social media icon is white as old version looks the best so should don't change .

 

Step 3: Save your code and reload this page.

=>> The result: 

BSSCommerceB2B_1-1718739628956.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

PedroPrado
Excursionist
47 0 7

Hi, It's don't work. 

PedroPrado_0-1718740567374.png

The icons are black.
Don't you have another better way to help me?

BSSCommerce-B2B
Shopify Partner
1969 564 566

Hi @PedroPrado , 

Sr about misunderstanding your requirement,

Thank you for reply and describe exactly issue like your image below. You want to change the color of the social item ( icon instagram, tiktok) right? 

 

BSSCommerceB2B_0-1718762465557.png

 

So, In Step 2: Search for the file base.css or section-footer.css. And add this code snippet to the end of the file.

 

 

li.list-social__item svg path {
    fill: red;
}

 

You can change the color as you want. In my example, I choose red.

 

And the result will be: 

BSSCommerceB2B_1-1718762654613.png

 

We hope my suggestions will fully meet your requirements this time.

 

If it is helpful, can you kindly give us many likes and mark the solution for us? 

This can be a reference for other merchants if they have an issue like you and greatly motivate us to contribute to our community. Thanks in advance.

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

PageFly-Richard
Shopify Partner
4801 1084 1749

Hi @PedroPrado 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
li.list-social__item svg path {
    fill: red;
}
</style>

PageFlyRichard_0-1718761388720.png

 

Hope this can help you solve 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.